its for when you want to get like notifications for your reposts

fix: dont check for targets when handling following event

ptr.pet 7dba1ada 28510a1e

verified
+1 -1
+1 -1
server/main.go
··· 342 342 343 343 byDid := syntax.DID(event.Did) 344 344 ud, exists := userData.Get(byDid) 345 - if !exists || ud.targets.Len() == 0 { 345 + if !exists { 346 346 return nil 347 347 } 348 348