Ability to star message
Feature request. It would be nice to be able to star message.
New message action called "Star message". When pressed small star adds to a selected message. This function is only user specific so some internal list of starredMessages needs to be added in room.
Would this be possible?
This can lead to more functionality in room actions for example delete all messages except starred and adding room action to list only starred messages. But this can be done without changes in the chat core.
I like this idea, I can add a star property in the messages prop to show a star icon.
The starredMessages list can probably be displayed inside a modal for example, and this can be done outside the chat core as well.