I’m trying to disable completely reactions in the message menu.
I know for a fact that it is possible by implementing a custom list component in the GroupChannelModule
and overriding the showMessageMenu
method, the issue is that this leads to a bug (I guess) that freezes the ability to scroll. See this thread for reference, btw I think the team should address it.
I’m looking for a workaround, so is anyone aware of other ways to disable reactions?