[backend/queue] Also deliver note updates to relays
This commit is contained in:
parent
925ba3c751
commit
1b885e6ed4
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public class PreDeliverQueue(int parallelism)
|
|||
// @formatter:on
|
||||
}
|
||||
|
||||
if (activity is ASCreate or ASDelete { Object: ASNote })
|
||||
if (activity is ASCreate or ASUpdate { Object: ASNote } or ASDelete { Object: ASNote })
|
||||
{
|
||||
if (activity.Object is not ASNote n) return;
|
||||
if (!n.To?.Any(p => p.Id == $"{Constants.ActivityStreamsNs}#Public") ?? true) return;
|
||||
|
|
Loading…
Add table
Reference in a new issue