mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor(federation): ♻️ More federation logic cleanup
This commit is contained in:
parent
83399ba5f1
commit
0ae9cfe26c
10 changed files with 124 additions and 133 deletions
|
|
@ -333,7 +333,7 @@ export class InboxProcessor {
|
|||
languages: [],
|
||||
});
|
||||
|
||||
await followee.createNotification(
|
||||
await followee.notify(
|
||||
followee.data.isLocked ? "follow_request" : "follow",
|
||||
author,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue