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

Configure Feed

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

feat: send post uri in notification contents too

dusk 9024c18f bb8f5096

+2
+2
server/main.go
··· 42 42 Liked bool `json:"liked"` 43 43 ByDid syntax.DID `json:"did"` 44 44 RepostURI syntax.ATURI `json:"repost_uri"` 45 + PostURI syntax.ATURI `json:"post_uri"` 45 46 } 46 47 47 48 type SubscriberMessage struct { ··· 317 318 Liked: !deleted, 318 319 ByDid: byDid, 319 320 RepostURI: repostURI, 321 + PostURI: syntax.ATURI(like.Subject.Uri), 320 322 } 321 323 322 324 if err := sd.Conn.WriteJSON(notification); err != nil {