Don't allow reacting with any emoji to a chat for now

This commit is contained in:
Alex Gleason 2023-02-08 20:28:44 -06:00
parent 6f15b5f42f
commit e2e3af4a8b
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -41,6 +41,7 @@ function ChatMessageReactionWrapper(props: IChatMessageReactionWrapper) {
referenceElement={referenceElement}
onReact={handleSelect}
onClose={() => setIsOpen(false)}
all={false}
/>
</React.Fragment>
);