plainblack / ChiselChat

A cool chat service for TGC and Lacuna
4 stars 6 forks source link

Need a delete room function #6

Closed rizen closed 10 years ago

rizen commented 10 years ago

Moderators should be able to delete public rooms from the rooms list. I'm thinking just a × symbol that is linked to a delete function in the rooms list.

rizen commented 10 years ago

Added the function. Still need 3 things.

1) Update rules to allow moderators to make the necessary changes to the db.

2) Don't allow moderators to delete official rooms.

3) Set up a .on('child_removed') to update all user clients to get the users out of those rooms.

rizen commented 10 years ago

Done