this repo has no description
0
fork

Configure Feed

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

nostr: skip description check (#671)

authored by

bnewbold and committed by
GitHub
0daef880 ad38fe30

+1 -1
+1 -1
automod/rules/nostr.go
··· 41 41 } 42 42 43 43 // only accounts with empty profile (for now) 44 - if c.Account.Profile.HasAvatar || c.Account.Profile.Description != nil { 44 + if c.Account.Profile.HasAvatar { 45 45 return nil 46 46 } 47 47