mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 16:06:08 +02:00
fix: call proper relays.out method
This commit is contained in:
@@ -79,6 +79,6 @@ Feps.announce = async function announce(id, activity) {
|
||||
});
|
||||
|
||||
relays.forEach((relay) => {
|
||||
activitypub.analytics.relay.out(relay);
|
||||
activitypub.analytics.relays.out(relay);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user