Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Joining rooms anonymously #383

Closed
gabrc52 opened this issue Jan 24, 2023 · 1 comment
Closed

Joining rooms anonymously #383

gabrc52 opened this issue Jan 24, 2023 · 1 comment

Comments

@gabrc52
Copy link

gabrc52 commented Jan 24, 2023

Allow people to join rooms anonymously, so that they can send messages without revealing their identity.

Even with no MSCs, it is theoretically possible to make a way of joining rooms anonymously. An application service could create a room per each person who wants to join the room anonymously, and puppet all the Matrix messages in the original room to the fake room. On the original room side, the bridge could act as one single "anonymous" user and forward all messages, reactions, typing indicators ("Anonymous is typing..."), etc.

This might be similar to #15 but for a different use case.

If there is one thing that I am questioning, is that if everyone decides to go anonymous, if it might be too much resource usage to create a room for every user in it. If 1000 people decide to join a room anonymously, it would be 1000 rooms.

@turt2live
Copy link
Owner

This is something that should be handled at the spec level, not with a bridge or third party software.

@turt2live turt2live closed this as not planned Won't fix, can't repro, duplicate, stale Jan 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants