mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
feat: category actors, stub outbox
This commit is contained in:
@@ -88,7 +88,7 @@ activitypubApi.update = {};
|
||||
|
||||
activitypubApi.update.profile = async (caller, { uid }) => {
|
||||
const [object, followers] = await Promise.all([
|
||||
activitypub.mocks.actor(uid),
|
||||
activitypub.mocks.actors.user(uid),
|
||||
db.getSortedSetMembers(`followersRemote:${caller.uid}`),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user