vue-advanced-chat icon indicating copy to clipboard operation
vue-advanced-chat copied to clipboard

Ability to star message

Open mreguly opened this issue 3 years ago • 1 comments

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.

mreguly avatar Jul 29 '22 12:07 mreguly

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.

antoine92190 avatar Jul 30 '22 08:07 antoine92190