this repo has no description
0
fork

Configure Feed

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

repost rule: opt-out all of activitypub bridge

+1 -1
+1 -1
automod/rules/reposts.go
··· 29 29 30 30 // Special case for newsmast bridge feeds 31 31 handle := c.Account.Identity.Handle.String() 32 - if strings.HasSuffix(handle, "newsmast.community.ap.brid.gy") { 32 + if strings.HasSuffix(handle, ".ap.brid.gy") { 33 33 return nil 34 34 } 35 35