MatheusrdSantos / vue-quick-chat

A simple chat component created with Vue.js
MIT License
128 stars 45 forks source link

Quote message #47

Open antirek opened 3 years ago

antirek commented 3 years ago

Answer to specified message. For example, button with arrow on side of message text. After click append quoted message before answer message.

MatheusrdSantos commented 3 years ago

Hi, @antirek! That's a nice feature to implement. I'll implement it as soon as possible.

Feel free to implement this feature if you prefer.

Thanks!

vonec commented 3 years ago

shouldn't this be a reference to the old message rather than duplicating/appending existing text?

vonec commented 3 years ago

@MatheusrdSantos are you still accepting PRs?

MatheusrdSantos commented 3 years ago

Hi, @vonec ! I still accepting PRs.

You are right, It's better to be just a reference to a previous message. But I guess we need to show part of the message that is being referenced.