nahid / talk

Talk is a real-time users messaging and chatting system for Laravel.
MIT License
1.61k stars 327 forks source link

What is status column in Conversations table for? #51

Open jampack opened 7 years ago

jampack commented 7 years ago

I'm interested in knowing if a conversation is replied to or not, do i have to do find it by checking the last message or is there any other implemented method already as i cant find it in documentation.

nahid commented 7 years ago

Sorry these feature is not available now.

The status column is used for block/mute conversation

boofman15 commented 7 years ago

Can you tell me is there any way within Talk to know who updated the status column? I am wanting to use "status" to show if a user has blocked the conversation. That user can then "un-block" if necessary. In order to do that, I need to know who initially blocked it. Does the package support this? Thank you!