From 346f7ac113b12cedc4a3ec574a4be562a5d79a04 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 3 Jan 2019 18:55:06 +0000 Subject: [PATCH] add hyperlinks --- proposals/1772-groups-as-rooms.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/proposals/1772-groups-as-rooms.md b/proposals/1772-groups-as-rooms.md index c4fc2353..ffd4803b 100644 --- a/proposals/1772-groups-as-rooms.md +++ b/proposals/1772-groups-as-rooms.md @@ -1,6 +1,6 @@ # Proposal for groups as rooms (take 2) -This obsoletes MSC1215. +This obsoletes [MSC1215](https://github.com/matrix-org/matrix-doc/issues/1215). ## Problem @@ -121,9 +121,10 @@ useful for normal rooms. ## 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 -clients need to then doublecheck whether the assertion is true by peeking in the -room in question to check it's true? +Perhaps they can claim whatever flair they like on their profile +([MSC1769](https://github.com/matrix-org/matrix-doc/issues/1769)) and clients +need to then doublecheck whether the assertion is true by peeking in the room in +question to check it's true? ## 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 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 @@ -158,7 +160,8 @@ group memnbership as room membership (nesting if required). ## 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