galene icon indicating copy to clipboard operation
galene copied to clipboard

feature request: mute a user in chat. (maybe /quiet /unquiet)

Open ian-kelling opened this issue 1 year ago • 1 comments

/mute turns off the microphone, which is actually confusing for a user that doesn't have microphone privileges, because the way they talk is in the chat, yet they aren't muted.

ian-kelling avatar Apr 29 '24 21:04 ian-kelling

Yes, that's something that's needed on occasion. The natural way would be to encode permission to chat as a new permission, but that would break compatibility with existing tokens. So that probably means we need to introduce the notion of a negative permission — a permission called, say nomessage that prevents the user from posting chat messages.

I don't think it creates any security issues, but I'll need to think it over.

jech avatar Apr 30 '24 03:04 jech

Done in 1315084185cdb262e60c3856394e39123e05ae98. I finally decided to add an explicit permission "message", and a hack tha adds the permission to tokens aread from disk.

jech avatar May 08 '24 14:05 jech

Thank you! We used Galène this weekend for LibrePlanet 2024's remote Neptune track. We have not done a full debrief yet, but it seemed to be a success.

TechnologyClassroom avatar May 08 '24 15:05 TechnologyClassroom

Excellent. Please send your experience report to [email protected], since I prefer to limit the use of Github issues.

jech avatar May 08 '24 16:05 jech