feat: category actors, stub outbox

This commit is contained in:
Julian Lam
2024-02-02 17:19:59 -05:00
parent ae042ce39e
commit 88733a5160
6 changed files with 142 additions and 48 deletions

View File

@@ -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}`),
]);