-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what is a "public room" #633
Comments
fwiw riot-web considers the join rules as the single identifier of public. The history visibility goes a step further to indicate how searchable/on-the-record it is. In my mind the presets are just templates and no different from someone specifying the state events manually. |
This comment has been minimized.
This comment has been minimized.
I think this is probably fair. We could work towards having that be what we "normally" mean by public/private, and make it explicit when we are using an alternative meaning. tbh a lot of the problem here is the unfortunate name of |
(synapse's config file appears to use |
the confusing thing here is that, if you don't choose one, the preset is chosen based on the visibility, not the join rules. :/ |
table flip |
After discussions on matrix with @ara4n, @turt2live and @richvdh, we've decided that the presets are a suitable way of describing whether a room is "private" or "public", due to:
As such, we're going to use presets to differentiate between public/private rooms in matrix-org/synapse#7639. |
@anoadragon453 how do you plan to use presets to determine if a room is public after creation? |
or when the room becomes "private" under some metric. |
oh, I guess for the particular synapse issue it doesn't matter. For notifications it matters. |
Indeed, my issue was just at creation, not run time. Presets seem to only solve the former. |
I think this is only true in the context of matrix-org/synapse#7639. I think it's still the case that the terms "public" and "private" are unclear in the general case. |
ftr, it appears the spec has multiple different definitions of "public" depending on context (room directory, user directory, peekable rooms, etc): this isn't helping create a definition. If we need distinct definitions, we should also probably use distinct words. |
tbh this is not a problem that is limited to the spec, and it probably overlaps with other existing issues, but I'm going to file it here for want of anywhere better right now.
Essentially, the term "public room" (or its counterpart, "private room") gets bandied around (most recently in matrix-org/synapse#7639), but there is no good definition of what defines whether a room is public or private.
For example, is it determined by:
public
orprivate
, but tends to get tied up here)publicRooms
(https://spec.matrix.org/v1.10/client-server-api/#get_matrixclientv3publicrooms)/createRoom
(https://spec.matrix.org/v1.10/client-server-api/#post_matrixclientv3createroom)m.dm
accountdata flagThe text was updated successfully, but these errors were encountered: