fix another cherry-pick mistake
This commit is contained in:
parent
f609c1cf11
commit
249205eef3
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ export class AccountMoveService {
|
||||||
|
|
||||||
// Publish meUpdated event
|
// Publish meUpdated event
|
||||||
const iObj = await this.userEntityService.pack(src.id, src, { schema: 'MeDetailed', includeSecrets: true });
|
const iObj = await this.userEntityService.pack(src.id, src, { schema: 'MeDetailed', includeSecrets: true });
|
||||||
await this.globalEventService.publishMainStream(src.id, 'meUpdated', iObj);
|
this.globalEventService.publishMainStream(src.id, 'meUpdated', iObj);
|
||||||
|
|
||||||
// Unfollow after 24 hours
|
// Unfollow after 24 hours
|
||||||
const followings = await this.cacheService.userFollowingsCache.fetch(src.id);
|
const followings = await this.cacheService.userFollowingsCache.fetch(src.id);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue