Interactively go through your bluesky follow graph and decide to keep or remove follow records
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't attempt to display image if one wasn't fetched

yemou a7c2c631 bf93f18f

+5 -3
+5 -3
main.go
··· 167 167 followRecord, 168 168 ) 169 169 170 - err = displayImage(avatar) 171 - if err != nil { 172 - log.Println("Failed to display avatar:", err) 170 + if avatar != nil { 171 + err = displayImage(avatar) 172 + if err != nil { 173 + log.Println("Failed to display avatar:", err) 174 + } 173 175 } 174 176 175 177 if handle != "" {