only "publish to followers" when things really change - fixes #733
This commit is contained in:
parent
1ec5e846c5
commit
fc277839b6
2 changed files with 52 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue