Add text reaction (#1462)
This commit is contained in:
@@ -734,6 +734,7 @@ export const Message = as<'div', MessageProps>(
|
||||
<EmojiBoard
|
||||
imagePackRooms={imagePackRooms ?? []}
|
||||
returnFocusOnDeactivate={false}
|
||||
allowTextCustomEmoji
|
||||
onEmojiSelect={(key) => {
|
||||
onReactionToggle(mEvent.getId()!, key);
|
||||
setEmojiBoard(false);
|
||||
|
||||
Reference in New Issue
Block a user