Merge remote-tracking branch 'origin/develop' into activitypub

This commit is contained in:
Julian Lam
2024-02-26 16:32:45 -05:00
226 changed files with 3214 additions and 2834 deletions

View File

@@ -42,7 +42,6 @@ groupsController.get = async function (req, res, next) {
if (!group || groupName === groups.BANNED_USERS) {
return next();
}
group.isOwner = true;
const groupNameData = groupNames.map(name => ({
encodedName: encodeURIComponent(name),