vicariousdrama / cornychat

🌽 Corny Chat is an open source audio space built on Jam that integrates Nostr and Lightning
https://cornychat.com
GNU Affero General Public License v3.0
19 stars 6 forks source link

Feature: Don't eject users when closing the room #52

Closed vicariousdrama closed 4 months ago

vicariousdrama commented 4 months ago

Currently, non moderators are ejected from the room when it is marked as closed by a moderator. This should be changed to keep users in the room if they were in the room before hand, but disallow new people to enter.

vicariousdrama commented 4 months ago

Changed this to instead only allow owners to close the room (ejecting moderators as well), making a record of who closed the room, and displaying that information on the enter room screen for clarity.