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

View File

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