thread_split: support emoji display

This commit is contained in:
evanpelle
2025-02-01 12:05:11 -08:00
committed by Evan
parent 970845e28f
commit 452f9e6926
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ export class PlayerView implements Player {
return false
}
outgoingEmojis(): EmojiMessage[] {
return []
return this.data.outgoingEmojis
}
canDonate(recipient: Player): boolean {
return false