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
Add labs option for history sharing on invite (#30313)
* Add labs option for "share history on invite"
* Set `acceptSharedHistory` when joining a room
* set `shareEncryptedHistory` when sending an invite
* Update src/i18n/strings/en_EN.json
Co-authored-by: Michael Telatynski <[email protected]>
---------
Co-authored-by: Michael Telatynski <[email protected]>
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1534,6 +1534,9 @@
1534
1534
"render_reaction_images_description": "Sometimes referred to as \"custom emojis\".",
1535
1535
"report_to_moderators": "Report to moderators",
1536
1536
"report_to_moderators_description": "In rooms that support moderation, the “Report” button will let you report abuse to room moderators.",
1537
+
"share_history_on_invite": "Share encrypted history with new members",
1538
+
"share_history_on_invite_description": "When inviting a user to an encrypted room that has history visibility set to \"shared\", share encrypted history with that user, and accept encrypted history when you are invited to such a room.",
1539
+
"share_history_on_invite_warning": "This feature is EXPERIMENTAL and not all security precautions are implemented. Do not enable on production accounts.",
1537
1540
"sliding_sync": "Sliding Sync mode",
1538
1541
"sliding_sync_description": "Under active development, cannot be disabled.",
1539
1542
"sliding_sync_disabled_notice": "Log out and back in to disable",
0 commit comments