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
runfix: 1:1 conversation with user without key packages (#17371) (#17412)
* refactor: update conversaiton readonly state
* runfix: optionally do not allow unestablished mls 1:1
* feat: add a placeholder message for readonly 1:1 with a user without keys
* runfix: update copy
* test: readonly mls 1:1 no available keys
Copy file name to clipboardExpand all lines: src/i18n/en-US.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1172,6 +1172,7 @@
1172
1172
"ongoingGroupVideoCall": "Ongoing video conference call with {{conversationName}}, your camera is {{cameraStatus}}.",
1173
1173
"ongoingVideoCall": "Ongoing video call with {{conversationName}}, your camera is {{cameraStatus}}.",
1174
1174
"otherUserNotSupportMLSMsg": "You can't communicate with {{participantName}} anymore, as you two now use different protocols. When {{participantName}} gets an update, you can call and send messages and files again.",
1175
+
"otherUserNoAvailableKeyPackages": "You can't communicate with {{participantName}} at the moment. When {{participantName}} logs in again, you can call and send messages and files again.",
1175
1176
"participantDevicesDetailHeadline": "Verify that this matches the fingerprint shown on [bold]{{user}}’s device[/bold].",
1176
1177
"participantDevicesDetailHowTo": "How do I do that?",
@@ -1336,7 +1339,11 @@ export class ConversationRepository {
1336
1339
* We have to add a delay to make sure the welcome message is not wasted, in case the self client would establish mls group themselves before receiving the welcome.
// When receiving some live updates via websocket, e.g. after connection request is accepted, both sides (users) of connection will react to conversation status update event.
1766
1768
// We want to reduce the possibility of two users trying to establish an MLS group at the same time.
@@ -1819,11 +1821,24 @@ export class ConversationRepository {
0 commit comments