only "publish to followers" when things really change - fixes #733

This commit is contained in:
dakkar 2024-11-27 09:57:24 +00:00
parent 1ec5e846c5
commit fc277839b6
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);