Merge branch '459-activitypub-integration' of ssh://numinibsd/git/base/enigma-bbs into 459-activitypub-integration
This commit is contained in:
commit
999a87c7ef
|
@ -1174,6 +1174,6 @@ exports.getModule = class ActivityPubWebHandler extends WebHandlerModule {
|
||||||
`Preparing ActivityPub settings for "${user.username}"`
|
`Preparing ActivityPub settings for "${user.username}"`
|
||||||
);
|
);
|
||||||
|
|
||||||
return prepareLocalUserAsActor(user, cb);
|
return prepareLocalUserAsActor(user, { force: false }, cb);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue