When A new message arrives in a group chat, a room with name chat_xxx appears. There can be so many of them, its hard to distinguish.
Can it automatically set the room name from the topic? E.g., if topic is "this is a group chat", then room name "#this_this_a_group_chat". We can:
- escape invalid characters
- chop of long strings
When A new message arrives in a group chat, a room with name
chat_xxxappears. There can be so many of them, its hard to distinguish.Can it automatically set the room name from the topic? E.g., if topic is "this is a group chat", then room name "#this_this_a_group_chat". We can: