nahid / talk

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

Added new feature: conversation can now have title #131

Closed damms005 closed 5 years ago

damms005 commented 5 years ago

One of the strengths of messaging system is to be able to use human-friendly identifiers to identify conversations (rather than database auto_inc unique ids).

This pull request creates a new feature for nahid Talk. Conversations can now have titles!

I believe this new feature will progressively enhance this awesome package.

nahid commented 5 years ago

Thank you @damms005 for adding this awesome feature.

please remove your last commit. humans_time can't be 'ago' at this time. Its already used with many project.

cfpinto commented 5 years ago

Changes in this pull request are reflected in PR #135. Closing duplicate

damms005 commented 4 years ago

@cfpinto Please note that I have now closed PR #135 in favor of PR #145