this repo has no description
0
fork

Configure Feed

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

this time I'll actually store the parent

+1 -1
+1 -1
consumer.go
··· 80 80 if post.Text == "/subscribe" { 81 81 if post.Reply != nil && post.Reply.Parent != nil && post.Reply.Parent.Uri != "" { 82 82 slog.Info("it's a reply with a parent! Adding to parents to look for", "parent URI", post.Reply.Parent.Uri) 83 - 83 + h.parentsToLookFor = append(h.parentsToLookFor, post.Reply.Parent.Uri) 84 84 } 85 85 return nil 86 86 }