merge: only "publish to followers" when things really change - fixes #733 (!781)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/781

Closes #733

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
dakkar 2024-11-27 20:41:37 +00:00
commit 3164e7b4fc
2 changed files with 52 additions and 1 deletions

View file

@ -469,6 +469,7 @@ export class ApRendererService {
};
}
// if you change this, also change `server/api/endpoints/i/update.ts`
@bindThis
public async renderPerson(user: MiLocalUser) {
const id = this.userEntityService.genLocalUserUri(user.id);