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
{{ message }}
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
* [create-pull-request] automated change (#12966)
Co-authored-by: github-merge-queue <[email protected]>
* Add timezone to right panel profile.
* Add setting to publish timezone
* Add string for timezone publish
* Automatically update timezone when setting changes.
* Refactor to using a hook
And automatically refresh the timezone every minute.
* Check for feature support for extended profiles.
* lint
* Add timezone
* Remove unintentional changes
* Use browser default timezone.
* lint
* tweaks
* Set timezone publish at the device level to prevent all devices writing to the timezone field.
* Update hook to use external client.
* Add test for user timezone.
* Update snapshot for preferences tab.
* Hide timezone info if not provided.
* Stablize test
* Fix date test types.
* prettier
* Add timezone tests
* Add test for invalid timezone.
* Update screenshot
* Remove check for profile.
---------
Co-authored-by: ElementRobot <[email protected]>
Co-authored-by: github-merge-queue <[email protected]>
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+2
Original file line number
Diff line number
Diff line change
@@ -1426,6 +1426,7 @@
1426
1426
"element_call_video_rooms": "Element Call video rooms",
1427
1427
"experimental_description": "Feeling experimental? Try out our latest ideas in development. These features are not finalised; they may be unstable, may change, or may be dropped altogether. <a>Learn more</a>.",
1428
1428
"experimental_section": "Early previews",
1429
+
"extended_profiles_msc_support": "Requires your server to support MSC4133",
1429
1430
"feature_disable_call_per_sender_encryption": "Disable per-sender encryption for Element Call",
1430
1431
"feature_wysiwyg_composer_description": "Use rich text instead of Markdown in the message composer.",
1431
1432
"group_calls": "New group call experience",
@@ -2719,6 +2720,7 @@
2719
2720
"keyboard_view_shortcuts_button": "To view all keyboard shortcuts, <a>click here</a>.",
2720
2721
"media_heading": "Images, GIFs and videos",
2721
2722
"presence_description": "Share your activity and status with others.",
2723
+
"publish_timezone": "Publish timezone on public profile",
0 commit comments