This commit is contained in:
tamaina 2023-01-22 15:13:03 +00:00
parent 2f6c45e118
commit 0b2f945bb6
2 changed files with 5 additions and 3 deletions

View file

@ -76,7 +76,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
});
} else {
this.globalEventService.publishBroadcastStream('emojiDeleted', {
emojis: [ emoji ],
emojis: [ await this.emojiEntityService.pack(emoji) ],
});
this.globalEventService.publishBroadcastStream('emojiAdded', {