Remove references to groups from appendices (#1483)
This commit is contained in:
parent
91b2f77e0e
commit
e9fc66cf77
2 changed files with 4 additions and 5 deletions
1
changelogs/appendices/newsfragments/1483.clarification
Normal file
1
changelogs/appendices/newsfragments/1483.clarification
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Remove references to groups
|
|
@ -506,10 +506,9 @@ The sigil characters are as follows:
|
||||||
- `@`: User ID
|
- `@`: User ID
|
||||||
- `!`: Room ID
|
- `!`: Room ID
|
||||||
- `$`: Event ID
|
- `$`: Event ID
|
||||||
- `+`: Group ID
|
|
||||||
- `#`: Room alias
|
- `#`: Room alias
|
||||||
|
|
||||||
User IDs, group IDs, room IDs, room aliases, and sometimes event IDs
|
User IDs, room IDs, room aliases, and sometimes event IDs
|
||||||
take the form:
|
take the form:
|
||||||
|
|
||||||
&localpart:domain
|
&localpart:domain
|
||||||
|
@ -793,7 +792,7 @@ defined in [RFC 3986](https://tools.ietf.org/html/rfc3986):
|
||||||
https://matrix.to/#/<identifier>/<extra parameter>?<additional arguments>
|
https://matrix.to/#/<identifier>/<extra parameter>?<additional arguments>
|
||||||
```
|
```
|
||||||
|
|
||||||
The identifier may be a room ID, room alias, user ID, or group ID. The
|
The identifier may be a room ID, room alias, or user ID. The
|
||||||
extra parameter is only used in the case of permalinks where an event ID
|
extra parameter is only used in the case of permalinks where an event ID
|
||||||
is referenced. The matrix.to URI, when referenced, must always start
|
is referenced. The matrix.to URI, when referenced, must always start
|
||||||
with `https://matrix.to/#/` followed by the identifier.
|
with `https://matrix.to/#/` followed by the identifier.
|
||||||
|
@ -834,10 +833,9 @@ encoded when producing matrix.to URIs, however.
|
||||||
{{% /boxes/note %}}
|
{{% /boxes/note %}}
|
||||||
|
|
||||||
{{% boxes/note %}}
|
{{% boxes/note %}}
|
||||||
<!-- TODO: @@TravisR: Make "Spaces" a link when that specification exists -->
|
|
||||||
In prior versions of this specification, a concept of "groups" were mentioned
|
In prior versions of this specification, a concept of "groups" were mentioned
|
||||||
to organize rooms. This functionality did not properly get introduced into
|
to organize rooms. This functionality did not properly get introduced into
|
||||||
the specification and is subsequently replaced with "Spaces". Historical
|
the specification and is subsequently replaced with [Spaces](/client-server-api/#spaces). Historical
|
||||||
matrix.to URIs pointing to groups might still exist: they take the form
|
matrix.to URIs pointing to groups might still exist: they take the form
|
||||||
`https://matrix.to/#/%2Bexample%3Aexample.org` (where the `+` sigil may or
|
`https://matrix.to/#/%2Bexample%3Aexample.org` (where the `+` sigil may or
|
||||||
may not be encoded).
|
may not be encoded).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue