Merge branch 'develop' into room

This commit is contained in:
syuilo
2026-06-11 20:12:32 +09:00
70 changed files with 3476 additions and 2565 deletions
@@ -777,6 +777,8 @@ export class ActivityPubServerService {
}
const acct = Acct.parse(request.params.acct);
// normalize acct host
if (this.utilityService.isSelfHost(acct.host)) acct.host = null;
const user = await this.usersRepository.findOneBy({
usernameLower: acct.username.toLowerCase(),