You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/warning-on-unverified-devices.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ Warn when you initial sync if the room has any new undefined devices since you w
17
17
18
18
Warn when the user tries to send a message:
19
19
20
-
-If the room has unverified devices which the user has not yet been told about in the context of this room
21
-
...or in the context of this user? currently all verification is per-user, not per-room.
22
-
...this should be good enough.
23
-
24
-
-so track whether we have warned the user or not about unverified devices - blocked, unverified, verified, unverified_warned.
25
-
throw an error when trying to encrypt if there are pure unverified devices there
26
-
app will have to search for the devices which are pure unverified to warn about them - have to do this from MembersList anyway?
27
-
-or megolm could warn which devices are causing the problems.
20
+
- If the room has unverified devices which the user has not yet been told about in the context of this room
21
+
...or in the context of this user? currently all verification is per-user, not per-room.
22
+
...this should be good enough.
23
+
24
+
- so track whether we have warned the user or not about unverified devices - blocked, unverified, verified, unverified_warned.
25
+
throw an error when trying to encrypt if there are pure unverified devices there
26
+
app will have to search for the devices which are pure unverified to warn about them - have to do this from MembersList anyway?
27
+
- or megolm could warn which devices are causing the problems.
28
28
29
29
Why do we wait to establish outbound sessions? It just makes a horrible pause when we first try to send a message... but could otherwise unnecessarily consume resources?
0 commit comments