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

gleasonator
Alex Gleason 2 years ago
parent 6f15b5f42f
commit e2e3af4a8b
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save