Imgur / incus

incus is a middleware for distributing messages via websockets, long polling, and push notifications
MIT License
361 stars 37 forks source link

Added messaging for multiple users and new feature user's group #89

Closed captjt closed 5 years ago

captjt commented 7 years ago
briankassouf commented 7 years ago

Also could you update the title of the PR to reflect the added features? And look into adding some test cases for the groups feature?

captjt commented 7 years ago

I removed the "groups" concept for right now. User's can have a single group similar to a page. This is because it will be a bigger feature for a different PR. If you have a group of friends you want to chat with while that's separate from page-to-page you can set a "group" for chatting that way.

captjt commented 7 years ago

@briankassouf with what I made some changes to what else do you think needs to be tweaked?