Don't allow reacting with any emoji to a chat for now
This commit is contained in:
parent
6f15b5f42f
commit
e2e3af4a8b
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ function ChatMessageReactionWrapper(props: IChatMessageReactionWrapper) {
|
|||
referenceElement={referenceElement}
|
||||
onReact={handleSelect}
|
||||
onClose={() => setIsOpen(false)}
|
||||
all={false}
|
||||
/>
|
||||
</React.Fragment>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue