mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-16 16:34:09 +01:00
add hyperlinks
This commit is contained in:
parent
6c499db3ba
commit
346f7ac113
|
|
@ -1,6 +1,6 @@
|
||||||
# Proposal for groups as rooms (take 2)
|
# Proposal for groups as rooms (take 2)
|
||||||
|
|
||||||
This obsoletes MSC1215.
|
This obsoletes [MSC1215](https://github.com/matrix-org/matrix-doc/issues/1215).
|
||||||
|
|
||||||
## Problem
|
## Problem
|
||||||
|
|
||||||
|
|
@ -121,9 +121,10 @@ useful for normal rooms.
|
||||||
## Flair
|
## Flair
|
||||||
|
|
||||||
TODO: We need to establish how users should safely advertise their flair.
|
TODO: We need to establish how users should safely advertise their flair.
|
||||||
Perhaps they can claim whatever flair they like on their profile (MSC1769) and
|
Perhaps they can claim whatever flair they like on their profile
|
||||||
clients need to then doublecheck whether the assertion is true by peeking in the
|
([MSC1769](https://github.com/matrix-org/matrix-doc/issues/1769)) and clients
|
||||||
room in question to check it's true?
|
need to then doublecheck whether the assertion is true by peeking in the room in
|
||||||
|
question to check it's true?
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
|
@ -133,7 +134,8 @@ This needs peeking to work effectively over federation (e.g. by having servers
|
||||||
join remote rooms as @null:example.com in order to participate in them for
|
join remote rooms as @null:example.com in order to participate in them for
|
||||||
peeking purposes).
|
peeking purposes).
|
||||||
|
|
||||||
These dependencies are shared with profiles-as-rooms (MSC1769).
|
These dependencies are shared with profiles-as-rooms
|
||||||
|
([MSC1769](https://github.com/matrix-org/matrix-doc/issues/1769)).
|
||||||
|
|
||||||
## Security considerations
|
## Security considerations
|
||||||
|
|
||||||
|
|
@ -158,7 +160,8 @@ group memnbership as room membership (nesting if required).
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
How does this work with MSC1229 (removing MXIDs)?
|
How does this work with [MSC1229](https://github.com/matrix-org/matrix-
|
||||||
|
doc/issues/1229) (removing MXIDs)?
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue