Skip to content

Fix duplicate recipients from activity

kPherox requested to merge kphrx/pleroma:fix-recipients-from-activity into develop

Currently, when the recipients include your ap_id, the result of User.Query.build ({recipients_from_activity: to}) will be contained the number of users you are following. This causes a bug where the same content is sent many in user streaming.

Edited by kPherox

Merge request reports