You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish notes announced by relays instead of creating renotes.
Some relays (e.g. aode-relay, buzzrelay) may deliver notes using Announce activity, which will result in a lot of renotes in the timeline, usually this is not desired IMHO.
Possible Solution
When an Annouce activity arrives, check the inbox of the corresponding actor. If it is the inbox of any known relay, after resolving the object, publish it directly instead of creating renotes.
I've implemented the above solution in this commit.
The text was updated successfully, but these errors were encountered:
Summary
Publish notes announced by relays instead of creating renotes.
Some relays (e.g. aode-relay, buzzrelay) may deliver notes using Announce activity, which will result in a lot of renotes in the timeline, usually this is not desired IMHO.
Possible Solution
When an
Annouce activity
arrives, check theinbox
of the correspondingactor
. If it is the inbox of any knownrelay
, after resolving theobject
, publish it directly instead of creating renotes.I've implemented the above solution in this commit.
The text was updated successfully, but these errors were encountered: