vocatwk / CodeU-Nemo

Chat web app for CodeU
Apache License 2.0
1 stars 3 forks source link

Can edit members of conversation(Add/remove users) #104

Closed vocatwk closed 6 years ago

vocatwk commented 6 years ago

At this point, any user can edit the members list by adding/removing any user they want as long as the list has atleast one member. Closing the modal, will discard any changes they didn't save and saving changes will update the list.

I was thinking of restricting this ability to only creators of conversation. what do you guys think?

resolves #98