From 5646455ee6c0ae15b207ee77d6cb90d6cc79999f Mon Sep 17 00:00:00 2001 From: js Date: Sun, 19 Mar 2023 21:44:07 +0000 Subject: [PATCH] Update chat/element-web to 1.11.25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes in [1.11.25](https://github.com/vector-im/element-web/releases/tag/v1.11.25) (2023-03-15) ================================================================================================= ## ✨ Features * Remove experimental PWA support for Firefox and Safari ([\#24630](https://github.com/vector-im/element-web/pull/24630)). * Only allow to start a DM with one email if encryption by default is enabled ([\#10253](https://github.com/matrix-org/matrix-react-sdk/pull/10253)). Fixes #23133. * DM rooms are now encrypted if encryption by default is enabled and only inviting a single email address. Any action in the result DM room will be blocked until the other has joined. ([\#10229](https://github.com/matrix-org/matrix-react-sdk/pull/10229)). * Reduce bottom margin of ReplyChain on compact modern layout ([\#8972](https://github.com/matrix-org/matrix-react-sdk/pull/8972)). Fixes #22748. Contributed by @luixxiul. * Support for v2 of MSC3903 ([\#10165](https://github.com/matrix-org/matrix-react-sdk/pull/10165)). Contributed by @hughns. * When starting a DM, existing rooms with pending third-party invites will be reused. ([\#10256](https://github.com/matrix-org/matrix-react-sdk/pull/10256)). Fixes #23139. * Polls push rules: synchronise poll rules with message rules ([\#10263](https://github.com/matrix-org/matrix-react-sdk/pull/10263)). Contributed by @kerryarchibald. * New verification request toast button labels ([\#10259](https://github.com/matrix-org/matrix-react-sdk/pull/10259)). * Remove padding around integration manager iframe ([\#10148](https://github.com/matrix-org/matrix-react-sdk/pull/10148)). * Fix block code styling in rich text editor ([\#10246](https://github.com/matrix-org/matrix-react-sdk/pull/10246)). Contributed by @alunturner. * Poll history: fetch more poll history ([\#10235](https://github.com/matrix-org/matrix-react-sdk/pull/10235)). Contributed by @kerryarchibald. * Sort short/exact emoji matches before longer incomplete matches ([\#10212](https://github.com/matrix-org/matrix-react-sdk/pull/10212)). Fixes #23210. Contributed by @grimhilt. * Poll history: detail screen ([\#10172](https://github.com/matrix-org/matrix-react-sdk/pull/10172)). Contributed by @kerryarchibald. * Provide a more detailed error message than "No known servers" ([\#6048](https://github.com/matrix-org/matrix-react-sdk/pull/6048)). Fixes #13247. Contributed by @aaronraimist. * Say when a call was answered from a different device ([\#10224](https://github.com/matrix-org/matrix-react-sdk/pull/10224)). * Widget permissions customizations using module api ([\#10121](https://github.com/matrix-org/matrix-react-sdk/pull/10121)). Contributed by @maheichyk. * Fix copy button icon overlapping with copyable text ([\#10227](https://github.com/matrix-org/matrix-react-sdk/pull/10227)). Contributed by @Adesh-Pandey. * Support joining non-peekable rooms via the module API ([\#10154](https://github.com/matrix-org/matrix-react-sdk/pull/10154)). Contributed by @maheichyk. * The "new login" toast does now display the same device information as in the settings. "No" does now open the device settings. "Yes, it was me" dismisses the toast. ([\#10200](https://github.com/matrix-org/matrix-react-sdk/pull/10200)). * Do not prompt for a password when doing a β€žreset allβ€œ after login ([\#10208](https://github.com/matrix-org/matrix-react-sdk/pull/10208)). ## πŸ› Bug Fixes * Fix incorrect copy in space creation flow ([\#10296](https://github.com/matrix-org/matrix-react-sdk/pull/10296)). Fixes #24741. * Fix space settings dialog having rogue title tooltip ([\#10293](https://github.com/matrix-org/matrix-react-sdk/pull/10293)). Fixes #24740. * Show spinner when starting a DM from the user profile (right panel) ([\#10290](https://github.com/matrix-org/matrix-react-sdk/pull/10290)). * Reduce height of toggle on expanded view source event ([\#10283](https://github.com/matrix-org/matrix-react-sdk/pull/10283)). Fixes #22873. Contributed by @luixxiul. * Pillify http and non-prefixed matrix.to links ([\#10277](https://github.com/matrix-org/matrix-react-sdk/pull/10277)). Fixes #20844. * Fix some features not being configurable via `features` ([\#10276](https://github.com/matrix-org/matrix-react-sdk/pull/10276)). * Fix starting a DM from the right panel in some cases ([\#10278](https://github.com/matrix-org/matrix-react-sdk/pull/10278)). Fixes #24722. * Align info EventTile and normal EventTile on IRC layout ([\#10197](https://github.com/matrix-org/matrix-react-sdk/pull/10197)). Fixes #22782. Contributed by @luixxiul. * Fix blowout of waveform of the voice message player on narrow UI ([\#8861](https://github.com/matrix-org/matrix-react-sdk/pull/8861)). Fixes #22604. Contributed by @luixxiul. * Fix the hidden view source toggle on IRC layout ([\#10266](https://github.com/matrix-org/matrix-react-sdk/pull/10266)). Fixes #22872. Contributed by @luixxiul. * Fix buttons on the room header being compressed due to long room name ([\#10155](https://github.com/matrix-org/matrix-react-sdk/pull/10155)). Contributed by @luixxiul. * Use the room avatar as a placeholder in calls ([\#10231](https://github.com/matrix-org/matrix-react-sdk/pull/10231)). * Fix calls showing as 'connecting' after hangup ([\#10223](https://github.com/matrix-org/matrix-react-sdk/pull/10223)). * Prevent multiple Jitsi calls started at the same time ([\#10183](https://github.com/matrix-org/matrix-react-sdk/pull/10183)). Fixes #23009. * Make localization keys compatible with agglutinative and/or SOV type languages ([\#10159](https://github.com/matrix-org/matrix-react-sdk/pull/10159)). Contributed by @luixxiul. Changes in [1.11.24](https://github.com/vector-im/element-web/releases/tag/v1.11.24) (2023-02-28) ================================================================================================= ## ✨ Features * Display "The sender has blocked you from receiving this message" error message instead of "Unable to decrypt message" ([\#10202](https://github.com/matrix-org/matrix-react-sdk/pull/10202)). Contributed by @florianduros. * Polls: show warning about undecryptable relations ([\#10179](https://github.com/matrix-org/matrix-react-sdk/pull/10179)). Contributed by @kerryarchibald. * Poll history: fetch last 30 days of polls ([\#10157](https://github.com/matrix-org/matrix-react-sdk/pull/10157)). Contributed by @kerryarchibald. * Poll history - ended polls list items ([\#10119](https://github.com/matrix-org/matrix-react-sdk/pull/10119)). Contributed by @kerryarchibald. * Remove threads labs flag and the ability to disable threads ([\#9878](https://github.com/matrix-org/matrix-react-sdk/pull/9878)). Fixes #24365. * Show a success dialog after setting up the key backup ([\#10177](https://github.com/matrix-org/matrix-react-sdk/pull/10177)). Fixes #24487. * Release Sign in with QR out of labs ([\#10182](https://github.com/matrix-org/matrix-react-sdk/pull/10182)). Contributed by @hughns. * Hide indent button in rte ([\#10149](https://github.com/matrix-org/matrix-react-sdk/pull/10149)). Contributed by @alunturner. * Add option to find own location in map views ([\#10083](https://github.com/matrix-org/matrix-react-sdk/pull/10083)). * Render poll end events in timeline ([\#10027](https://github.com/matrix-org/matrix-react-sdk/pull/10027)). Contributed by @kerryarchibald. ## πŸ› Bug Fixes * Stop access token overflowing the box ([\#10069](https://github.com/matrix-org/matrix-react-sdk/pull/10069)). Fixes #24023. Contributed by @sbjaj33. * Add link to next file in the export ([\#10190](https://github.com/matrix-org/matrix-react-sdk/pull/10190)). Fixes #20272. Contributed by @grimhilt. * Ended poll tiles: add ended the poll message ([\#10193](https://github.com/matrix-org/matrix-react-sdk/pull/10193)). Fixes #24579. Contributed by @kerryarchibald. * Fix accidentally inverted condition for room ordering ([\#10178](https://github.com/matrix-org/matrix-react-sdk/pull/10178)). Fixes #24527. Contributed by @justjanne. * Re-focus the composer on dialogue quit ([\#10007](https://github.com/matrix-org/matrix-react-sdk/pull/10007)). Fixes #22832. Contributed by @Ashu999. * Try to resolve emails before creating a DM ([\#10164](https://github.com/matrix-org/matrix-react-sdk/pull/10164)). * Disable poll response loading test ([\#10168](https://github.com/matrix-org/matrix-react-sdk/pull/10168)). Contributed by @justjanne. * Fix email lookup in invite dialog ([\#10150](https://github.com/matrix-org/matrix-react-sdk/pull/10150)). Fixes #23353. * Remove duplicate white space characters from translation keys ([\#10152](https://github.com/matrix-org/matrix-react-sdk/pull/10152)). Contributed by @luixxiul. * Fix the caption of new sessions manager on Labs settings page for localization ([\#10143](https://github.com/matrix-org/matrix-react-sdk/pull/10143)). Contributed by @luixxiul. * Prevent start another DM with a user if one already exists ([\#10127](https://github.com/matrix-org/matrix-react-sdk/pull/10127)). Fixes #23138. * Remove white space characters before the horizontal ellipsis ([\#10130](https://github.com/matrix-org/matrix-react-sdk/pull/10130)). Contributed by @luixxiul. * Fix Selectable Text on 'Delete All' and 'Retry All' Buttons ([\#10128](https://github.com/matrix-org/matrix-react-sdk/pull/10128)). Fixes #23232. Contributed by @akshattchhabra. * Correctly Identify emoticons ([\#10108](https://github.com/matrix-org/matrix-react-sdk/pull/10108)). Fixes #19472. Contributed by @adarsh-sgh. * Remove a redundant white space ([\#10129](https://github.com/matrix-org/matrix-react-sdk/pull/10129)). Contributed by @luixxiul. Changes in [1.11.23](https://github.com/vector-im/element-web/releases/tag/v1.11.23) (2023-02-14) ================================================================================================= ## ✨ Features * Description of QR code sign in labs feature ([\#23513](https://github.com/vector-im/element-web/pull/23513)). Contributed by @hughns. * Add option to find own location in map views ([\#10083](https://github.com/matrix-org/matrix-react-sdk/pull/10083)). * Render poll end events in timeline ([\#10027](https://github.com/matrix-org/matrix-react-sdk/pull/10027)). Contributed by @kerryarchibald. * Indicate unread messages in tab title ([\#10096](https://github.com/matrix-org/matrix-react-sdk/pull/10096)). Contributed by @tnt7864. * Open message in editing mode when keyboard up is pressed (RTE) ([\#10079](https://github.com/matrix-org/matrix-react-sdk/pull/10079)). Contributed by @florianduros. * Hide superseded rooms from the room list using dynamic room predecessors ([\#10068](https://github.com/matrix-org/matrix-react-sdk/pull/10068)). Contributed by @andybalaam. * Support MSC3946 in RoomListStore ([\#10054](https://github.com/matrix-org/matrix-react-sdk/pull/10054)). Fixes #24325. Contributed by @andybalaam. * Auto focus security key field ([\#10048](https://github.com/matrix-org/matrix-react-sdk/pull/10048)). * use Poll model with relations API in poll rendering ([\#9877](https://github.com/matrix-org/matrix-react-sdk/pull/9877)). Contributed by @kerryarchibald. * Support MSC3946 in the RoomCreate tile ([\#10041](https://github.com/matrix-org/matrix-react-sdk/pull/10041)). Fixes #24323. Contributed by @andybalaam. * Update labs flag description for RTE ([\#10058](https://github.com/matrix-org/matrix-react-sdk/pull/10058)). Contributed by @florianduros. * Change ul list style to disc when editing message ([\#10043](https://github.com/matrix-org/matrix-react-sdk/pull/10043)). Contributed by @alunturner. * Improved click detection within PiP windows ([\#10040](https://github.com/matrix-org/matrix-react-sdk/pull/10040)). Fixes #24371. * Add RTE keyboard navigation in editing ([\#9980](https://github.com/matrix-org/matrix-react-sdk/pull/9980)). Fixes #23621. Contributed by @florianduros. * Paragraph integration for rich text editor ([\#10008](https://github.com/matrix-org/matrix-react-sdk/pull/10008)). Contributed by @alunturner. * Add indentation increasing/decreasing to RTE ([\#10034](https://github.com/matrix-org/matrix-react-sdk/pull/10034)). Contributed by @florianduros. * Add ignore user confirmation dialog ([\#6116](https://github.com/matrix-org/matrix-react-sdk/pull/6116)). Fixes #14746. * Use monospace font for room, message IDs in View Source modal ([\#9956](https://github.com/matrix-org/matrix-react-sdk/pull/9956)). Fixes #21937. Contributed by @paragpoddar. * Implement MSC3946 for AdvancedRoomSettingsTab ([\#9995](https://github.com/matrix-org/matrix-react-sdk/pull/9995)). Fixes #24322. Contributed by @andybalaam. * Implementation of MSC3824 to make the client OIDC-aware ([\#8681](https://github.com/matrix-org/matrix-react-sdk/pull/8681)). Contributed by @hughns. * Improves a11y for avatar uploads ([\#9985](https://github.com/matrix-org/matrix-react-sdk/pull/9985)). Contributed by @GoodGuyMarco. * Add support for [token authenticated registration](https ([\#7275](https://github.com/matrix-org/matrix-react-sdk/pull/7275)). Fixes #18931. Contributed by @govynnus. ## πŸ› Bug Fixes * Jitsi requests 'requires_client' capability if auth token is provided ([\#24294](https://github.com/vector-im/element-web/pull/24294)). Contributed by @maheichyk. * Remove duplicate white space characters from translation keys ([\#10152](https://github.com/matrix-org/matrix-react-sdk/pull/10152)). Contributed by @luixxiul. * Fix the caption of new sessions manager on Labs settings page for localization ([\#10143](https://github.com/matrix-org/matrix-react-sdk/pull/10143)). Contributed by @luixxiul. * Prevent start another DM with a user if one already exists ([\#10127](https://github.com/matrix-org/matrix-react-sdk/pull/10127)). Fixes #23138. * Remove white space characters before the horizontal ellipsis ([\#10130](https://github.com/matrix-org/matrix-react-sdk/pull/10130)). Contributed by @luixxiul. * Fix Selectable Text on 'Delete All' and 'Retry All' Buttons ([\#10128](https://github.com/matrix-org/matrix-react-sdk/pull/10128)). Fixes #23232. Contributed by @akshattchhabra. * Correctly Identify emoticons ([\#10108](https://github.com/matrix-org/matrix-react-sdk/pull/10108)). Fixes #19472. Contributed by @adarsh-sgh. * Should open new 1:1 chat room after leaving the old one ([\#9880](https://github.com/matrix-org/matrix-react-sdk/pull/9880)). Contributed by @ahmadkadri. * Remove a redundant white space ([\#10129](https://github.com/matrix-org/matrix-react-sdk/pull/10129)). Contributed by @luixxiul. * Fix a crash when removing persistent widgets (updated) ([\#10099](https://github.com/matrix-org/matrix-react-sdk/pull/10099)). Fixes #24412. Contributed by @andybalaam. * Fix wrongly grouping 3pid invites into a single repeated transition ([\#10087](https://github.com/matrix-org/matrix-react-sdk/pull/10087)). Fixes #24432. * Fix scrollbar colliding with checkbox in add to space section ([\#10093](https://github.com/matrix-org/matrix-react-sdk/pull/10093)). Fixes #23189. Contributed by @Arnabdaz. * Add a whitespace character after 'broadcast?' ([\#10097](https://github.com/matrix-org/matrix-react-sdk/pull/10097)). Contributed by @luixxiul. * Seekbar in broadcast PiP view is now updated when switching between different broadcasts ([\#10072](https://github.com/matrix-org/matrix-react-sdk/pull/10072)). Fixes #24415. * Add border to "reject" button on room preview card for clickable area indication. It fixes vector-im/element-web#22623 ([\#9205](https://github.com/matrix-org/matrix-react-sdk/pull/9205)). Contributed by @gefgu. * Element-R: fix rageshages ([\#10081](https://github.com/matrix-org/matrix-react-sdk/pull/10081)). Fixes #24430. * Fix markdown paragraph display in timeline ([\#10071](https://github.com/matrix-org/matrix-react-sdk/pull/10071)). Fixes #24419. Contributed by @alunturner. * Prevent the remaining broadcast time from being exceeded ([\#10070](https://github.com/matrix-org/matrix-react-sdk/pull/10070)). * Fix cursor position when new line is created by pressing enter (RTE) ([\#10064](https://github.com/matrix-org/matrix-react-sdk/pull/10064)). Contributed by @florianduros. * Ensure room is actually in space hierarchy when resolving its latest version ([\#10010](https://github.com/matrix-org/matrix-react-sdk/pull/10010)). * Fix new line for inline code ([\#10062](https://github.com/matrix-org/matrix-react-sdk/pull/10062)). Contributed by @florianduros. * Member avatars without canvas ([\#9990](https://github.com/matrix-org/matrix-react-sdk/pull/9990)). Contributed by @clarkf. * Apply more general fix for base avatar regressions ([\#10045](https://github.com/matrix-org/matrix-react-sdk/pull/10045)). Fixes #24382 and #24370. * Replace list, code block and quote icons by new icons ([\#10035](https://github.com/matrix-org/matrix-react-sdk/pull/10035)). Contributed by @florianduros. * fix regional emojis converted to flags ([\#9294](https://github.com/matrix-org/matrix-react-sdk/pull/9294)). Fixes #19000. Contributed by @grimhilt. * resolved emoji description text overflowing issue ([\#10028](https://github.com/matrix-org/matrix-react-sdk/pull/10028)). Contributed by @fahadNoufal. * Fix MessageEditHistoryDialog crashing on complex input ([\#10018](https://github.com/matrix-org/matrix-react-sdk/pull/10018)). Fixes #23665. Contributed by @clarkf. * Unify unread notification state determination ([\#9941](https://github.com/matrix-org/matrix-react-sdk/pull/9941)). Contributed by @clarkf. * Fix layout and visual regressions around default avatars ([\#10031](https://github.com/matrix-org/matrix-react-sdk/pull/10031)). Fixes #24375 and #24369. * Fix useUnreadNotifications exploding with falsey room, like in notif panel ([\#10030](https://github.com/matrix-org/matrix-react-sdk/pull/10030)). Fixes matrix-org/element-web-rageshakes#19334. * Fix "[object Promise]" appearing in HTML exports ([\#9975](https://github.com/matrix-org/matrix-react-sdk/pull/9975)). Fixes #24272. Contributed by @clarkf. * changing the color of message time stamp ([\#10016](https://github.com/matrix-org/matrix-react-sdk/pull/10016)). Contributed by @nawarajshah. * Fix link creation with backward selection ([\#9986](https://github.com/matrix-org/matrix-react-sdk/pull/9986)). Fixes #24315. Contributed by @florianduros. * Misaligned reply preview in thread composer #23396 ([\#9977](https://github.com/matrix-org/matrix-react-sdk/pull/9977)). Fixes #23396. Contributed by @mustafa-kapadia1483. Changes in [1.11.22](https://github.com/vector-im/element-web/releases/tag/v1.11.22) (2023-01-31) ================================================================================================= ## πŸ› Bug Fixes * Bump version number to fix problems upgrading from v1.11.21-rc.1 Changes in [1.11.21](https://github.com/vector-im/element-web/releases/tag/v1.11.21) (2023-01-31) ================================================================================================= ## ✨ Features * Move pin drop out of labs ([\#22993](https://github.com/vector-im/element-web/pull/22993)). * Quotes for rich text editor (RTE) ([\#9932](https://github.com/matrix-org/matrix-react-sdk/pull/9932)). Contributed by @alunturner. * Show the room name in the room header during calls ([\#9942](https://github.com/matrix-org/matrix-react-sdk/pull/9942)). Fixes #24268. * Add code blocks to rich text editor ([\#9921](https://github.com/matrix-org/matrix-react-sdk/pull/9921)). Contributed by @alunturner. * Add new style for inline code ([\#9936](https://github.com/matrix-org/matrix-react-sdk/pull/9936)). Contributed by @florianduros. * Add disabled button state to rich text editor ([\#9930](https://github.com/matrix-org/matrix-react-sdk/pull/9930)). Contributed by @alunturner. * Change the rageshake "app" for auto-rageshakes ([\#9909](https://github.com/matrix-org/matrix-react-sdk/pull/9909)). * Device manager - tweak settings display ([\#9905](https://github.com/matrix-org/matrix-react-sdk/pull/9905)). Contributed by @kerryarchibald. * Add list functionality to rich text editor ([\#9871](https://github.com/matrix-org/matrix-react-sdk/pull/9871)). Contributed by @alunturner. ## πŸ› Bug Fixes * Fix RTE focus behaviour in threads ([\#9969](https://github.com/matrix-org/matrix-react-sdk/pull/9969)). Fixes #23755. Contributed by @florianduros. * #22204 Issue: Centered File info in lightbox ([\#9971](https://github.com/matrix-org/matrix-react-sdk/pull/9971)). Fixes #22204. Contributed by @Spartan09. * Fix seekbar position for zero length audio ([\#9949](https://github.com/matrix-org/matrix-react-sdk/pull/9949)). Fixes #24248. * Allow thread panel to be closed after being opened from notification ([\#9937](https://github.com/matrix-org/matrix-react-sdk/pull/9937)). Fixes #23764 #23852 and #24213. Contributed by @justjanne. * Only highlight focused menu item if focus is supposed to be visible ([\#9945](https://github.com/matrix-org/matrix-react-sdk/pull/9945)). Fixes #23582. * Prevent call durations from breaking onto multiple lines ([\#9944](https://github.com/matrix-org/matrix-react-sdk/pull/9944)). * Tweak call lobby buttons to more closely match designs ([\#9943](https://github.com/matrix-org/matrix-react-sdk/pull/9943)). * Do not show a broadcast as live immediately after the recording has stopped ([\#9947](https://github.com/matrix-org/matrix-react-sdk/pull/9947)). Fixes #24233. * Clear the RTE before sending a message ([\#9948](https://github.com/matrix-org/matrix-react-sdk/pull/9948)). Contributed by @florianduros. * Fix {enter} press in RTE ([\#9927](https://github.com/matrix-org/matrix-react-sdk/pull/9927)). Contributed by @florianduros. * Fix the problem that the password reset email has to be confirmed twice ([\#9926](https://github.com/matrix-org/matrix-react-sdk/pull/9926)). Fixes #24226. * replace .at() with array.length-1 ([\#9933](https://github.com/matrix-org/matrix-react-sdk/pull/9933)). Fixes matrix-org/element-web-rageshakes#19281. * Fix broken threads list timestamp layout ([\#9922](https://github.com/matrix-org/matrix-react-sdk/pull/9922)). Fixes #24243 and #24191. Contributed by @justjanne. * Disable multiple messages when {enter} is pressed multiple times ([\#9929](https://github.com/matrix-org/matrix-react-sdk/pull/9929)). Fixes #24249. Contributed by @florianduros. * Fix logout devices when resetting the password ([\#9925](https://github.com/matrix-org/matrix-react-sdk/pull/9925)). Fixes #24228. * Fix: Poll replies overflow when not enough space ([\#9924](https://github.com/matrix-org/matrix-react-sdk/pull/9924)). Fixes #24227. Contributed by @kerryarchibald. * State event updates are not forwarded to the widget from invitation room ([\#9802](https://github.com/matrix-org/matrix-react-sdk/pull/9802)). Contributed by @maheichyk. * Fix error when viewing source of redacted events ([\#9914](https://github.com/matrix-org/matrix-react-sdk/pull/9914)). Fixes #24165. Contributed by @clarkf. * Replace outdated css attribute ([\#9912](https://github.com/matrix-org/matrix-react-sdk/pull/9912)). Fixes #24218. Contributed by @justjanne. * Clear isLogin theme override when user is no longer viewing login screens ([\#9911](https://github.com/matrix-org/matrix-react-sdk/pull/9911)). Fixes #23893. * Fix reply action in message context menu notif & file panels ([\#9895](https://github.com/matrix-org/matrix-react-sdk/pull/9895)). Fixes #23970. * Fix issue where thread dropdown would not show up correctly ([\#9872](https://github.com/matrix-org/matrix-react-sdk/pull/9872)). Fixes #24040. Contributed by @justjanne. * Fix unexpected composer growing ([\#9889](https://github.com/matrix-org/matrix-react-sdk/pull/9889)). Contributed by @florianduros. * Fix misaligned timestamps for thread roots which are emotes ([\#9875](https://github.com/matrix-org/matrix-react-sdk/pull/9875)). Fixes #23897. Contributed by @justjanne. --- chat/element-web/Makefile | 4 +- chat/element-web/PLIST | 1053 +++++++++++++++++++------------------ chat/element-web/distinfo | 8 +- 3 files changed, 536 insertions(+), 529 deletions(-) diff --git a/chat/element-web/Makefile b/chat/element-web/Makefile index 9aa8999d4166..68ba5ad6e4f5 100644 --- a/chat/element-web/Makefile +++ b/chat/element-web/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2023/01/29 10:58:02 js Exp $ +# $NetBSD: Makefile,v 1.20 2023/03/19 21:44:07 js Exp $ DISTNAME= element-v${PKGVERSION_NOREV} -PKGNAME= element-web-1.11.20 +PKGNAME= element-web-1.11.25 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=vector-im/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/chat/element-web/PLIST b/chat/element-web/PLIST index 384557556665..8efef8ae7a81 100644 --- a/chat/element-web/PLIST +++ b/chat/element-web/PLIST @@ -1,516 +1,523 @@ -@comment $NetBSD: PLIST,v 1.19 2023/01/29 10:58:02 js Exp $ -share/element-web/024e95935fbf27c619cb.worker.js -share/element-web/024e95935fbf27c619cb.worker.js.map +@comment $NetBSD: PLIST,v 1.20 2023/03/19 21:44:07 js Exp $ share/element-web/apple-app-site-association -share/element-web/bundles/f951c5491b9e2e16e4eb/0.js -share/element-web/bundles/f951c5491b9e2e16e4eb/0.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/1.js -share/element-web/bundles/f951c5491b9e2e16e4eb/1.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/10.js -share/element-web/bundles/f951c5491b9e2e16e4eb/10.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/11.js -share/element-web/bundles/f951c5491b9e2e16e4eb/11.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/12.js -share/element-web/bundles/f951c5491b9e2e16e4eb/12.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/2.js -share/element-web/bundles/f951c5491b9e2e16e4eb/2.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/3.js -share/element-web/bundles/f951c5491b9e2e16e4eb/3.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/31.js -share/element-web/bundles/f951c5491b9e2e16e4eb/31.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/32.js -share/element-web/bundles/f951c5491b9e2e16e4eb/32.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/33.js -share/element-web/bundles/f951c5491b9e2e16e4eb/33.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/34.js -share/element-web/bundles/f951c5491b9e2e16e4eb/34.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/35.js -share/element-web/bundles/f951c5491b9e2e16e4eb/35.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/36.js -share/element-web/bundles/f951c5491b9e2e16e4eb/36.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/37.js -share/element-web/bundles/f951c5491b9e2e16e4eb/37.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/38.js -share/element-web/bundles/f951c5491b9e2e16e4eb/38.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/39.js -share/element-web/bundles/f951c5491b9e2e16e4eb/39.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/4.js -share/element-web/bundles/f951c5491b9e2e16e4eb/4.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/40.js -share/element-web/bundles/f951c5491b9e2e16e4eb/40.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/41.js -share/element-web/bundles/f951c5491b9e2e16e4eb/41.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/42.js -share/element-web/bundles/f951c5491b9e2e16e4eb/42.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/5.js -share/element-web/bundles/f951c5491b9e2e16e4eb/5.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/6.js -share/element-web/bundles/f951c5491b9e2e16e4eb/6.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/7.js -share/element-web/bundles/f951c5491b9e2e16e4eb/7.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/8.js -share/element-web/bundles/f951c5491b9e2e16e4eb/8.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/9.js -share/element-web/bundles/f951c5491b9e2e16e4eb/9.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/bundle.css -share/element-web/bundles/f951c5491b9e2e16e4eb/bundle.js -share/element-web/bundles/f951c5491b9e2e16e4eb/bundle.js.LICENSE.txt -share/element-web/bundles/f951c5491b9e2e16e4eb/bundle.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/compatibility-view.css -share/element-web/bundles/f951c5491b9e2e16e4eb/compatibility-view.js -share/element-web/bundles/f951c5491b9e2e16e4eb/compatibility-view.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/element-web-app.js -share/element-web/bundles/f951c5491b9e2e16e4eb/element-web-app.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/error-view.css -share/element-web/bundles/f951c5491b9e2e16e4eb/error-view.js -share/element-web/bundles/f951c5491b9e2e16e4eb/error-view.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/init.js -share/element-web/bundles/f951c5491b9e2e16e4eb/init.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/jitsi.css -share/element-web/bundles/f951c5491b9e2e16e4eb/jitsi.js -share/element-web/bundles/f951c5491b9e2e16e4eb/jitsi.js.LICENSE.txt -share/element-web/bundles/f951c5491b9e2e16e4eb/jitsi.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/mobileguide.js -share/element-web/bundles/f951c5491b9e2e16e4eb/mobileguide.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/styles.js -share/element-web/bundles/f951c5491b9e2e16e4eb/styles.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark-custom.css -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark-custom.js -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark-custom.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark.css -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark.js -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-dark.css -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-dark.js -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-dark.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-light.css -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-light.js -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-light.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-custom.css -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-custom.js -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-custom.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-high-contrast.css -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-high-contrast.js -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-high-contrast.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light.css -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light.js -share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/usercontent.js -share/element-web/bundles/f951c5491b9e2e16e4eb/usercontent.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~element-web-app.js -share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~element-web-app.js.LICENSE.txt -share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~element-web-app.js.map -share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~init.js -share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~init.js.LICENSE.txt -share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~init.js.map -share/element-web/c974eb6da43786df6acd.worker.js -share/element-web/c974eb6da43786df6acd.worker.js.map +share/element-web/bd1c383784ee9e53831c.worker.js +share/element-web/bd1c383784ee9e53831c.worker.js.map +share/element-web/bundles/3affc09bff83ed2548f5/0.js +share/element-web/bundles/3affc09bff83ed2548f5/0.js.map +share/element-web/bundles/3affc09bff83ed2548f5/1.js +share/element-web/bundles/3affc09bff83ed2548f5/1.js.map +share/element-web/bundles/3affc09bff83ed2548f5/10.js +share/element-web/bundles/3affc09bff83ed2548f5/10.js.map +share/element-web/bundles/3affc09bff83ed2548f5/11.js +share/element-web/bundles/3affc09bff83ed2548f5/11.js.map +share/element-web/bundles/3affc09bff83ed2548f5/12.js +share/element-web/bundles/3affc09bff83ed2548f5/12.js.map +share/element-web/bundles/3affc09bff83ed2548f5/2.js +share/element-web/bundles/3affc09bff83ed2548f5/2.js.map +share/element-web/bundles/3affc09bff83ed2548f5/3.js +share/element-web/bundles/3affc09bff83ed2548f5/3.js.map +share/element-web/bundles/3affc09bff83ed2548f5/31.js +share/element-web/bundles/3affc09bff83ed2548f5/31.js.map +share/element-web/bundles/3affc09bff83ed2548f5/32.js +share/element-web/bundles/3affc09bff83ed2548f5/32.js.map +share/element-web/bundles/3affc09bff83ed2548f5/33.js +share/element-web/bundles/3affc09bff83ed2548f5/33.js.map +share/element-web/bundles/3affc09bff83ed2548f5/34.js +share/element-web/bundles/3affc09bff83ed2548f5/34.js.map +share/element-web/bundles/3affc09bff83ed2548f5/35.js +share/element-web/bundles/3affc09bff83ed2548f5/35.js.map +share/element-web/bundles/3affc09bff83ed2548f5/36.js +share/element-web/bundles/3affc09bff83ed2548f5/36.js.map +share/element-web/bundles/3affc09bff83ed2548f5/37.js +share/element-web/bundles/3affc09bff83ed2548f5/37.js.map +share/element-web/bundles/3affc09bff83ed2548f5/38.js +share/element-web/bundles/3affc09bff83ed2548f5/38.js.map +share/element-web/bundles/3affc09bff83ed2548f5/39.js +share/element-web/bundles/3affc09bff83ed2548f5/39.js.map +share/element-web/bundles/3affc09bff83ed2548f5/4.js +share/element-web/bundles/3affc09bff83ed2548f5/4.js.map +share/element-web/bundles/3affc09bff83ed2548f5/40.js +share/element-web/bundles/3affc09bff83ed2548f5/40.js.map +share/element-web/bundles/3affc09bff83ed2548f5/41.js +share/element-web/bundles/3affc09bff83ed2548f5/41.js.map +share/element-web/bundles/3affc09bff83ed2548f5/42.js +share/element-web/bundles/3affc09bff83ed2548f5/42.js.map +share/element-web/bundles/3affc09bff83ed2548f5/5.js +share/element-web/bundles/3affc09bff83ed2548f5/5.js.map +share/element-web/bundles/3affc09bff83ed2548f5/6.js +share/element-web/bundles/3affc09bff83ed2548f5/6.js.map +share/element-web/bundles/3affc09bff83ed2548f5/7.js +share/element-web/bundles/3affc09bff83ed2548f5/7.js.map +share/element-web/bundles/3affc09bff83ed2548f5/8.js +share/element-web/bundles/3affc09bff83ed2548f5/8.js.map +share/element-web/bundles/3affc09bff83ed2548f5/9.js +share/element-web/bundles/3affc09bff83ed2548f5/9.js.map +share/element-web/bundles/3affc09bff83ed2548f5/bundle.css +share/element-web/bundles/3affc09bff83ed2548f5/bundle.js +share/element-web/bundles/3affc09bff83ed2548f5/bundle.js.LICENSE.txt +share/element-web/bundles/3affc09bff83ed2548f5/bundle.js.map +share/element-web/bundles/3affc09bff83ed2548f5/compatibility-view.css +share/element-web/bundles/3affc09bff83ed2548f5/compatibility-view.js +share/element-web/bundles/3affc09bff83ed2548f5/compatibility-view.js.map +share/element-web/bundles/3affc09bff83ed2548f5/element-web-app.js +share/element-web/bundles/3affc09bff83ed2548f5/element-web-app.js.map +share/element-web/bundles/3affc09bff83ed2548f5/error-view.css +share/element-web/bundles/3affc09bff83ed2548f5/error-view.js +share/element-web/bundles/3affc09bff83ed2548f5/error-view.js.map +share/element-web/bundles/3affc09bff83ed2548f5/init.js +share/element-web/bundles/3affc09bff83ed2548f5/init.js.map +share/element-web/bundles/3affc09bff83ed2548f5/jitsi.css +share/element-web/bundles/3affc09bff83ed2548f5/jitsi.js +share/element-web/bundles/3affc09bff83ed2548f5/jitsi.js.LICENSE.txt +share/element-web/bundles/3affc09bff83ed2548f5/jitsi.js.map +share/element-web/bundles/3affc09bff83ed2548f5/mobileguide.js +share/element-web/bundles/3affc09bff83ed2548f5/mobileguide.js.map +share/element-web/bundles/3affc09bff83ed2548f5/styles.js +share/element-web/bundles/3affc09bff83ed2548f5/styles.js.map +share/element-web/bundles/3affc09bff83ed2548f5/theme-dark-custom.css +share/element-web/bundles/3affc09bff83ed2548f5/theme-dark-custom.js +share/element-web/bundles/3affc09bff83ed2548f5/theme-dark-custom.js.map +share/element-web/bundles/3affc09bff83ed2548f5/theme-dark.css +share/element-web/bundles/3affc09bff83ed2548f5/theme-dark.js +share/element-web/bundles/3affc09bff83ed2548f5/theme-dark.js.map +share/element-web/bundles/3affc09bff83ed2548f5/theme-legacy-dark.css +share/element-web/bundles/3affc09bff83ed2548f5/theme-legacy-dark.js +share/element-web/bundles/3affc09bff83ed2548f5/theme-legacy-dark.js.map +share/element-web/bundles/3affc09bff83ed2548f5/theme-legacy-light.css +share/element-web/bundles/3affc09bff83ed2548f5/theme-legacy-light.js +share/element-web/bundles/3affc09bff83ed2548f5/theme-legacy-light.js.map +share/element-web/bundles/3affc09bff83ed2548f5/theme-light-custom.css +share/element-web/bundles/3affc09bff83ed2548f5/theme-light-custom.js +share/element-web/bundles/3affc09bff83ed2548f5/theme-light-custom.js.map +share/element-web/bundles/3affc09bff83ed2548f5/theme-light-high-contrast.css +share/element-web/bundles/3affc09bff83ed2548f5/theme-light-high-contrast.js +share/element-web/bundles/3affc09bff83ed2548f5/theme-light-high-contrast.js.map +share/element-web/bundles/3affc09bff83ed2548f5/theme-light.css +share/element-web/bundles/3affc09bff83ed2548f5/theme-light.js +share/element-web/bundles/3affc09bff83ed2548f5/theme-light.js.map +share/element-web/bundles/3affc09bff83ed2548f5/usercontent.js +share/element-web/bundles/3affc09bff83ed2548f5/usercontent.js.map +share/element-web/bundles/3affc09bff83ed2548f5/vendors~element-web-app.js +share/element-web/bundles/3affc09bff83ed2548f5/vendors~element-web-app.js.LICENSE.txt +share/element-web/bundles/3affc09bff83ed2548f5/vendors~element-web-app.js.map +share/element-web/bundles/3affc09bff83ed2548f5/vendors~init.js +share/element-web/bundles/3affc09bff83ed2548f5/vendors~init.js.LICENSE.txt +share/element-web/bundles/3affc09bff83ed2548f5/vendors~init.js.map share/element-web/config.sample.json share/element-web/contribute.json share/element-web/decoder-ring/datatypes.js share/element-web/decoder-ring/decoder.js share/element-web/decoder-ring/index.html share/element-web/decoderWorker.min.wasm -share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlX5qhExfHwNJU.2ff0f39.woff2 -share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlZ5qhExfHw.d8934e4.woff2 -share/element-web/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71n5_zaDpwm80E.279a413.woff2 -share/element-web/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71p5_zaDpwm.e6a8d96.woff2 -share/element-web/fonts/Inter/Inter-Bold.1c3dfbb.woff -share/element-web/fonts/Inter/Inter-Bold.a808c21.woff2 -share/element-web/fonts/Inter/Inter-BoldItalic.32e2b20.woff -share/element-web/fonts/Inter/Inter-BoldItalic.9744396.woff2 -share/element-web/fonts/Inter/Inter-Italic.635afee.woff -share/element-web/fonts/Inter/Inter-Italic.e2f5280.woff2 -share/element-web/fonts/Inter/Inter-Medium.ba68c34.woff2 -share/element-web/fonts/Inter/Inter-Medium.f5549f6.woff -share/element-web/fonts/Inter/Inter-MediumItalic.2812ec5.woff -share/element-web/fonts/Inter/Inter-MediumItalic.d29ef50.woff2 -share/element-web/fonts/Inter/Inter-Regular.6cc68d6.woff2 -share/element-web/fonts/Inter/Inter-Regular.8398b37.woff -share/element-web/fonts/Inter/Inter-SemiBold.25b1ffc.woff -share/element-web/fonts/Inter/Inter-SemiBold.625474d.woff2 -share/element-web/fonts/Inter/Inter-SemiBoldItalic.80d799b.woff -share/element-web/fonts/Inter/Inter-SemiBoldItalic.c632fb9.woff2 -share/element-web/fonts/KaTeX/KaTeX_AMS-Regular.73ea273.woff2 -share/element-web/fonts/KaTeX/KaTeX_AMS-Regular.853be92.ttf -share/element-web/fonts/KaTeX/KaTeX_AMS-Regular.d562e88.woff -share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Bold.7489a2f.ttf -share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Bold.a1abf90.woff2 -share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Bold.d757c53.woff -share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Regular.7e873d3.ttf -share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Regular.d6484fc.woff2 -share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Regular.db074fa.woff -share/element-web/fonts/KaTeX/KaTeX_Fraktur-Bold.354501b.woff -share/element-web/fonts/KaTeX/KaTeX_Fraktur-Bold.4c761b3.ttf -share/element-web/fonts/KaTeX/KaTeX_Fraktur-Bold.931d67e.woff2 -share/element-web/fonts/KaTeX/KaTeX_Fraktur-Regular.172d352.woff2 -share/element-web/fonts/KaTeX/KaTeX_Fraktur-Regular.6fdf0ac.woff -share/element-web/fonts/KaTeX/KaTeX_Fraktur-Regular.ed305b5.ttf -share/element-web/fonts/KaTeX/KaTeX_Main-Bold.0c3b892.woff -share/element-web/fonts/KaTeX/KaTeX_Main-Bold.3989074.woff2 -share/element-web/fonts/KaTeX/KaTeX_Main-Bold.8169508.ttf -share/element-web/fonts/KaTeX/KaTeX_Main-BoldItalic.20f389c.woff2 -share/element-web/fonts/KaTeX/KaTeX_Main-BoldItalic.428978d.woff -share/element-web/fonts/KaTeX/KaTeX_Main-BoldItalic.828abcb.ttf -share/element-web/fonts/KaTeX/KaTeX_Main-Italic.fa675e5.ttf -share/element-web/fonts/KaTeX/KaTeX_Main-Italic.fd94749.woff -share/element-web/fonts/KaTeX/KaTeX_Main-Italic.fe2176f.woff2 -share/element-web/fonts/KaTeX/KaTeX_Main-Regular.4f35fbc.woff -share/element-web/fonts/KaTeX/KaTeX_Main-Regular.9eba1d7.ttf -share/element-web/fonts/KaTeX/KaTeX_Main-Regular.f650f11.woff2 -share/element-web/fonts/KaTeX/KaTeX_Math-BoldItalic.3f07ed6.woff -share/element-web/fonts/KaTeX/KaTeX_Math-BoldItalic.bf2d440.ttf -share/element-web/fonts/KaTeX/KaTeX_Math-BoldItalic.dcbcbd9.woff2 -share/element-web/fonts/KaTeX/KaTeX_Math-Italic.6d3d25f.woff2 -share/element-web/fonts/KaTeX/KaTeX_Math-Italic.8a5f936.ttf -share/element-web/fonts/KaTeX/KaTeX_Math-Italic.9675985.woff -share/element-web/fonts/KaTeX/KaTeX_SansSerif-Bold.5b49f49.ttf -share/element-web/fonts/KaTeX/KaTeX_SansSerif-Bold.95591a9.woff2 -share/element-web/fonts/KaTeX/KaTeX_SansSerif-Bold.b9cd458.woff -share/element-web/fonts/KaTeX/KaTeX_SansSerif-Italic.7d393d3.woff2 -share/element-web/fonts/KaTeX/KaTeX_SansSerif-Italic.8d593cf.woff -share/element-web/fonts/KaTeX/KaTeX_SansSerif-Italic.b257a18.ttf -share/element-web/fonts/KaTeX/KaTeX_SansSerif-Regular.02271ec.woff -share/element-web/fonts/KaTeX/KaTeX_SansSerif-Regular.2f7bc36.ttf -share/element-web/fonts/KaTeX/KaTeX_SansSerif-Regular.cd5e231.woff2 -share/element-web/fonts/KaTeX/KaTeX_Script-Regular.073b340.woff -share/element-web/fonts/KaTeX/KaTeX_Script-Regular.c81d1b2.woff2 -share/element-web/fonts/KaTeX/KaTeX_Script-Regular.fc9ba52.ttf -share/element-web/fonts/KaTeX/KaTeX_Size1-Regular.0108e89.woff -share/element-web/fonts/KaTeX/KaTeX_Size1-Regular.6de7d4b.ttf -share/element-web/fonts/KaTeX/KaTeX_Size1-Regular.6eec866.woff2 -share/element-web/fonts/KaTeX/KaTeX_Size2-Regular.2960900.woff2 -share/element-web/fonts/KaTeX/KaTeX_Size2-Regular.3a99e70.woff -share/element-web/fonts/KaTeX/KaTeX_Size2-Regular.57f5c18.ttf -share/element-web/fonts/KaTeX/KaTeX_Size3-Regular.7947224.woff -share/element-web/fonts/KaTeX/KaTeX_Size3-Regular.8d6b682.ttf -share/element-web/fonts/KaTeX/KaTeX_Size3-Regular.e195151.woff2 -share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.4ad7c7e.ttf -share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.aeffd80.woff -share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.e418bf2.woff2 -share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.4c6b94f.woff -share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.c295e7f.woff2 -share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.c5c02d7.ttf -share/element-web/fonts/Nunito/Nunito-Bold.b3a1698.ttf -share/element-web/fonts/Nunito/Nunito-Regular.d3e2991.ttf -share/element-web/fonts/Nunito/Nunito-SemiBold.58f5995.ttf -share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.9ab8739.woff2 -share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.8db8873.woff2 -share/element-web/i18n/bg.7474932.json -share/element-web/i18n/ca.a4a2781.json -share/element-web/i18n/cs.6d914f2.json -share/element-web/i18n/da.ef81514.json -share/element-web/i18n/de_DE.2d61c3e.json -share/element-web/i18n/el.6d3abdb.json -share/element-web/i18n/en_EN.a8592c0.json -share/element-web/i18n/en_US.a776f33.json -share/element-web/i18n/eo.ea619d2.json -share/element-web/i18n/es.e3a337f.json -share/element-web/i18n/et.d53bbeb.json -share/element-web/i18n/eu.7cfa5f5.json -share/element-web/i18n/fi.d6d7092.json -share/element-web/i18n/fr.ccb540f.json -share/element-web/i18n/gl.d489684.json -share/element-web/i18n/he.8b09017.json -share/element-web/i18n/hi.99b0222.json -share/element-web/i18n/hu.3ea4a33.json -share/element-web/i18n/id.4caec89.json -share/element-web/i18n/is.73ef9d8.json -share/element-web/i18n/it.778a4ea.json -share/element-web/i18n/ja.71c2da7.json -share/element-web/i18n/kab.5e5290f.json -share/element-web/i18n/ko.263b1e7.json -share/element-web/i18n/languages.eaa723d.json +share/element-web/eb87b8d11927ec4f0ff7.worker.js +share/element-web/eb87b8d11927ec4f0ff7.worker.js.map +share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlX5qhExfHwNJU.97270d9.woff2 +share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlZ5qhExfHw.cb56c56.woff2 +share/element-web/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71n5_zaDpwm80E.ac17e29.woff2 +share/element-web/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71p5_zaDpwm.4e23ceb.woff2 +share/element-web/fonts/Inter/Inter-Bold.7824a90.woff2 +share/element-web/fonts/Inter/Inter-Bold.c0bf89b.woff +share/element-web/fonts/Inter/Inter-BoldItalic.57f0f97.woff2 +share/element-web/fonts/Inter/Inter-BoldItalic.e151f4f.woff +share/element-web/fonts/Inter/Inter-Italic.5d145f0.woff +share/element-web/fonts/Inter/Inter-Italic.faebbae.woff2 +share/element-web/fonts/Inter/Inter-Medium.3a921b8.woff +share/element-web/fonts/Inter/Inter-Medium.6be58ea.woff2 +share/element-web/fonts/Inter/Inter-MediumItalic.2bbf830.woff2 +share/element-web/fonts/Inter/Inter-MediumItalic.b247e87.woff +share/element-web/fonts/Inter/Inter-Regular.bed7225.woff2 +share/element-web/fonts/Inter/Inter-Regular.bf50ebd.woff +share/element-web/fonts/Inter/Inter-SemiBold.14478d3.woff +share/element-web/fonts/Inter/Inter-SemiBold.d5a91eb.woff2 +share/element-web/fonts/Inter/Inter-SemiBoldItalic.17942dd.woff2 +share/element-web/fonts/Inter/Inter-SemiBoldItalic.72033b9.woff +share/element-web/fonts/KaTeX/KaTeX_AMS-Regular.0cdd387.woff2 +share/element-web/fonts/KaTeX/KaTeX_AMS-Regular.30da91e.woff +share/element-web/fonts/KaTeX/KaTeX_AMS-Regular.6853484.ttf +share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Bold.07d8e30.ttf +share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Bold.1ae6bd7.woff +share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Bold.de7701e.woff2 +share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Regular.3398dd0.woff +share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Regular.5d53e70.woff2 +share/element-web/fonts/KaTeX/KaTeX_Caligraphic-Regular.ed0b743.ttf +share/element-web/fonts/KaTeX/KaTeX_Fraktur-Bold.74444ef.woff2 +share/element-web/fonts/KaTeX/KaTeX_Fraktur-Bold.9163df9.ttf +share/element-web/fonts/KaTeX/KaTeX_Fraktur-Bold.9be7ceb.woff +share/element-web/fonts/KaTeX/KaTeX_Fraktur-Regular.1e6f957.ttf +share/element-web/fonts/KaTeX/KaTeX_Fraktur-Regular.51814d2.woff2 +share/element-web/fonts/KaTeX/KaTeX_Fraktur-Regular.5e28753.woff +share/element-web/fonts/KaTeX/KaTeX_Main-Bold.0f60d1b.woff2 +share/element-web/fonts/KaTeX/KaTeX_Main-Bold.138ac28.ttf +share/element-web/fonts/KaTeX/KaTeX_Main-Bold.c76c5d6.woff +share/element-web/fonts/KaTeX/KaTeX_Main-BoldItalic.70ee1f6.ttf +share/element-web/fonts/KaTeX/KaTeX_Main-BoldItalic.99cd42a.woff2 +share/element-web/fonts/KaTeX/KaTeX_Main-BoldItalic.a6f7ec0.woff +share/element-web/fonts/KaTeX/KaTeX_Main-Italic.0d85ae7.ttf +share/element-web/fonts/KaTeX/KaTeX_Main-Italic.97479ca.woff2 +share/element-web/fonts/KaTeX/KaTeX_Main-Italic.f1d6ef8.woff +share/element-web/fonts/KaTeX/KaTeX_Main-Regular.c2342cd.woff2 +share/element-web/fonts/KaTeX/KaTeX_Main-Regular.c6368d8.woff +share/element-web/fonts/KaTeX/KaTeX_Main-Regular.d0332f5.ttf +share/element-web/fonts/KaTeX/KaTeX_Math-BoldItalic.850c0af.woff +share/element-web/fonts/KaTeX/KaTeX_Math-BoldItalic.dc47344.woff2 +share/element-web/fonts/KaTeX/KaTeX_Math-BoldItalic.f9377ab.ttf +share/element-web/fonts/KaTeX/KaTeX_Math-Italic.08ce98e.ttf +share/element-web/fonts/KaTeX/KaTeX_Math-Italic.7af58c5.woff2 +share/element-web/fonts/KaTeX/KaTeX_Math-Italic.8a8d244.woff +share/element-web/fonts/KaTeX/KaTeX_SansSerif-Bold.1ece03f.ttf +share/element-web/fonts/KaTeX/KaTeX_SansSerif-Bold.e99ae51.woff2 +share/element-web/fonts/KaTeX/KaTeX_SansSerif-Bold.ece03cf.woff +share/element-web/fonts/KaTeX/KaTeX_SansSerif-Italic.00b26ac.woff2 +share/element-web/fonts/KaTeX/KaTeX_SansSerif-Italic.3931dd8.ttf +share/element-web/fonts/KaTeX/KaTeX_SansSerif-Italic.91ee675.woff +share/element-web/fonts/KaTeX/KaTeX_SansSerif-Regular.11e4dc8.woff +share/element-web/fonts/KaTeX/KaTeX_SansSerif-Regular.68e8c73.woff2 +share/element-web/fonts/KaTeX/KaTeX_SansSerif-Regular.f36ea89.ttf +share/element-web/fonts/KaTeX/KaTeX_Script-Regular.036d4e9.woff2 +share/element-web/fonts/KaTeX/KaTeX_Script-Regular.1c67f06.ttf +share/element-web/fonts/KaTeX/KaTeX_Script-Regular.d96cdf2.woff +share/element-web/fonts/KaTeX/KaTeX_Size1-Regular.6b47c40.woff2 +share/element-web/fonts/KaTeX/KaTeX_Size1-Regular.95b6d2f.ttf +share/element-web/fonts/KaTeX/KaTeX_Size1-Regular.c943cc9.woff +share/element-web/fonts/KaTeX/KaTeX_Size2-Regular.2014c52.woff +share/element-web/fonts/KaTeX/KaTeX_Size2-Regular.a6b2099.ttf +share/element-web/fonts/KaTeX/KaTeX_Size2-Regular.d04c542.woff2 +share/element-web/fonts/KaTeX/KaTeX_Size3-Regular.500e04d.ttf +share/element-web/fonts/KaTeX/KaTeX_Size3-Regular.6ab6b62.woff +share/element-web/fonts/KaTeX/KaTeX_Size3-Regular.73d5912.woff2 +share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.99f9c67.woff +share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.a4af7d4.woff2 +share/element-web/fonts/KaTeX/KaTeX_Size4-Regular.c647367.ttf +share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.71d517d.woff2 +share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.e14fed0.woff +share/element-web/fonts/KaTeX/KaTeX_Typewriter-Regular.f01f3e8.ttf +share/element-web/fonts/Nunito/Nunito-Bold.8f8b4d6.ttf +share/element-web/fonts/Nunito/Nunito-Regular.e79365a.ttf +share/element-web/fonts/Nunito/Nunito-SemiBold.bd83689.ttf +share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.4d2d834.woff2 +share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.b1b6461.woff2 +share/element-web/i18n/bg.72a2579.json +share/element-web/i18n/ca.4588089.json +share/element-web/i18n/cs.a8a1fb2.json +share/element-web/i18n/da.467335d.json +share/element-web/i18n/de_DE.1c99001.json +share/element-web/i18n/el.84c6b72.json +share/element-web/i18n/en_EN.75777ea.json +share/element-web/i18n/en_US.3f94145.json +share/element-web/i18n/eo.7216b02.json +share/element-web/i18n/es.f682473.json +share/element-web/i18n/et.964a4d8.json +share/element-web/i18n/eu.b0b500a.json +share/element-web/i18n/fi.73092b8.json +share/element-web/i18n/fr.39022b7.json +share/element-web/i18n/gl.6859451.json +share/element-web/i18n/he.1f5b2dc.json +share/element-web/i18n/hi.aec8985.json +share/element-web/i18n/hu.193b289.json +share/element-web/i18n/id.6e4c1ff.json +share/element-web/i18n/is.cb8229c.json +share/element-web/i18n/it.66243a4.json +share/element-web/i18n/ja.50a93d5.json +share/element-web/i18n/kab.e917229.json +share/element-web/i18n/ko.edbb579.json +share/element-web/i18n/languages.ed4829f.json share/element-web/i18n/languages.json -share/element-web/i18n/lo.49d8342.json -share/element-web/i18n/lt.dc6aebb.json -share/element-web/i18n/lv.3e36d85.json -share/element-web/i18n/nb_NO.21021c2.json -share/element-web/i18n/nl.3180d80.json -share/element-web/i18n/nn.88fc8b7.json -share/element-web/i18n/pl.027cd73.json -share/element-web/i18n/pt.c27ae68.json -share/element-web/i18n/pt_BR.ba1bfbe.json -share/element-web/i18n/ru.4860a7f.json -share/element-web/i18n/sk.ebbaa63.json -share/element-web/i18n/sq.9f7bfdd.json -share/element-web/i18n/sr.6ec2763.json -share/element-web/i18n/sv.b2e45e7.json -share/element-web/i18n/te.23c7207.json -share/element-web/i18n/th.c7818d9.json -share/element-web/i18n/tr.4fbc995.json -share/element-web/i18n/uk.fb03aea.json -share/element-web/i18n/vi.3b2eacc.json -share/element-web/i18n/vls.b6034c9.json -share/element-web/i18n/zh_Hans.51b7c7d.json -share/element-web/i18n/zh_Hant.2f9e9e6.json -share/element-web/img/badges/f-droid.0717e4d.svg -share/element-web/img/badges/google-play.3b1e23c.svg -share/element-web/img/badges/ios.adce813.svg -share/element-web/img/betas/video_rooms.7fada3d.png -share/element-web/img/cancel-small.599ba74.svg -share/element-web/img/cancel.f8ee58c.svg -share/element-web/img/compound/chevron-right-12px.bc5b8f9.svg -share/element-web/img/download.8869916.svg -share/element-web/img/e2e/decryption-failure.d4a03e3.svg -share/element-web/img/e2e/disabled.f4aedf2.svg -share/element-web/img/e2e/lock-warning-filled.655a613.svg -share/element-web/img/e2e/normal.ab42a7b.svg -share/element-web/img/e2e/verified-deprecated.9030dfd.svg -share/element-web/img/e2e/verified.2ccf64e.svg -share/element-web/img/e2e/warning-deprecated.b45047c.svg -share/element-web/img/e2e/warning.71ffc83.svg -share/element-web/img/element-desktop-logo.9ad01e8.svg -share/element-web/img/element-icons/Back30s.2b40bad.svg -share/element-web/img/element-icons/Checkbox.2617b49.svg -share/element-web/img/element-icons/Email-icon.ef33129.svg -share/element-web/img/element-icons/Forward30s.dc16bd7.svg -share/element-web/img/element-icons/Mic-off.0f5d334.svg -share/element-web/img/element-icons/Record.773424c.svg -share/element-web/img/element-icons/Stop.ac8d6cb.svg -share/element-web/img/element-icons/Timer.dd78cdd.svg -share/element-web/img/element-icons/back.368e990.svg -share/element-web/img/element-icons/brands/apple.734de1e.svg -share/element-web/img/element-icons/brands/element.6f2c8aa.svg -share/element-web/img/element-icons/brands/facebook.2061182.svg -share/element-web/img/element-icons/brands/github.a229f06.svg -share/element-web/img/element-icons/brands/gitlab.9958062.svg -share/element-web/img/element-icons/brands/google.1573797.svg -share/element-web/img/element-icons/brands/twitter.b825e3c.svg -share/element-web/img/element-icons/call/delete.1f69b87.svg -share/element-web/img/element-icons/call/dialpad.b652586.svg -share/element-web/img/element-icons/call/expand.b085a84.svg -share/element-web/img/element-icons/call/freedom.3785dd5.svg -share/element-web/img/element-icons/call/fullscreen.3baa8a5.svg -share/element-web/img/element-icons/call/hangup.a9876fc.svg -share/element-web/img/element-icons/call/spotlight.7864fc7.svg -share/element-web/img/element-icons/call/video-call.515f9f9.svg -share/element-web/img/element-icons/call/voice-call.85002aa.svg -share/element-web/img/element-icons/camera.d1d1927.svg -share/element-web/img/element-icons/cancel-rounded.ede6a2d.svg -share/element-web/img/element-icons/caret-left.13438f8.svg -share/element-web/img/element-icons/chat-bubble.d1c5d78.svg -share/element-web/img/element-icons/chat-bubbles.7946de9.svg -share/element-web/img/element-icons/check-white.9400525.svg -share/element-web/img/element-icons/child-relationship.f8cfd49.svg -share/element-web/img/element-icons/circle-sending.394023e.svg -share/element-web/img/element-icons/circle-sent.4ba3d6b.svg -share/element-web/img/element-icons/clock.5fea538.svg -share/element-web/img/element-icons/cloud-off.97663f7.svg -share/element-web/img/element-icons/collapse-message.2764ac2.svg -share/element-web/img/element-icons/context-menu.2c3f393.svg -share/element-web/img/element-icons/copy.4ee219c.svg -share/element-web/img/element-icons/devices.4a18e3a.svg -share/element-web/img/element-icons/email-prompt.67a8ba4.svg -share/element-web/img/element-icons/expand-message.b3c80a6.svg -share/element-web/img/element-icons/export.2d0320e.svg -share/element-web/img/element-icons/eye.e715558.svg -share/element-web/img/element-icons/feedback.0bc9353.svg -share/element-web/img/element-icons/flask.6aca159.svg -share/element-web/img/element-icons/group-members.d86d751.svg -share/element-web/img/element-icons/hide.72c451b.svg -share/element-web/img/element-icons/home.71443c4.svg -share/element-web/img/element-icons/i.cf33278.svg -share/element-web/img/element-icons/info.1d7ac3e.svg -share/element-web/img/element-icons/leave.9cf503d.svg -share/element-web/img/element-icons/link.e24e5a8.svg -share/element-web/img/element-icons/live.3af3890.svg -share/element-web/img/element-icons/location.2cdec18.svg -share/element-web/img/element-icons/lock.998ae1f.svg -share/element-web/img/element-icons/maximise-expand.598c075.svg -share/element-web/img/element-icons/message/chevron-up.0f9ac6f.svg -share/element-web/img/element-icons/message/fwd.5170eae.svg -share/element-web/img/element-icons/message/overflow-large.f3afed8.svg -share/element-web/img/element-icons/message/thread.d1987ec.svg -share/element-web/img/element-icons/mic.cf0a544.svg -share/element-web/img/element-icons/minimise-collapse.a17212b.svg -share/element-web/img/element-icons/minus-button.69204a0.svg -share/element-web/img/element-icons/notifications.988ddb0.svg -share/element-web/img/element-icons/pause.9c2f319.svg -share/element-web/img/element-icons/play.1b76a00.svg -share/element-web/img/element-icons/plus-button.1639e3c.svg -share/element-web/img/element-icons/plus.7b3d018.svg -share/element-web/img/element-icons/reduce.12b1369.svg -share/element-web/img/element-icons/retry.8a39798.svg -share/element-web/img/element-icons/room/apps.931b680.svg -share/element-web/img/element-icons/room/composer/attach.7eed7d0.svg -share/element-web/img/element-icons/room/composer/bold.a6dcbab.svg -share/element-web/img/element-icons/room/composer/emoji.d7b1970.svg -share/element-web/img/element-icons/room/composer/inline_code.953b588.svg -share/element-web/img/element-icons/room/composer/italic.4fe93ab.svg -share/element-web/img/element-icons/room/composer/link.aeb613c.svg -share/element-web/img/element-icons/room/composer/location.d0dc71f.svg -share/element-web/img/element-icons/room/composer/plain_text.ad262e9.svg -share/element-web/img/element-icons/room/composer/poll.39d51c8.svg -share/element-web/img/element-icons/room/composer/rich_text.a74f6cc.svg -share/element-web/img/element-icons/room/composer/sticker.6a92ae6.svg -share/element-web/img/element-icons/room/composer/strikethrough.18a9725.svg -share/element-web/img/element-icons/room/composer/underline.1bc1531.svg -share/element-web/img/element-icons/room/default_app.79b63ba.svg -share/element-web/img/element-icons/room/default_cal.6bea887.svg -share/element-web/img/element-icons/room/default_clock.d7c6411.svg -share/element-web/img/element-icons/room/default_doc.a42767c.svg -share/element-web/img/element-icons/room/default_video.f29df7d.svg -share/element-web/img/element-icons/room/ellipsis.42b61c0.svg -share/element-web/img/element-icons/room/files.ff2ae8d.svg -share/element-web/img/element-icons/room/format-bar/bold.78873b8.svg -share/element-web/img/element-icons/room/format-bar/code.14db777.svg -share/element-web/img/element-icons/room/format-bar/italic.bc981b2.svg -share/element-web/img/element-icons/room/format-bar/quote.72d307f.svg -share/element-web/img/element-icons/room/format-bar/strikethrough.2c63d5c.svg -share/element-web/img/element-icons/room/invite.440bc20.svg -share/element-web/img/element-icons/room/members.d160d40.svg -share/element-web/img/element-icons/room/message-bar/edit.940a38c.svg -share/element-web/img/element-icons/room/message-bar/emoji.27bdbc0.svg -share/element-web/img/element-icons/room/message-bar/reply.b232084.svg -share/element-web/img/element-icons/room/message-bar/star.174f126.svg -share/element-web/img/element-icons/room/pin-upright.340b3b6.svg -share/element-web/img/element-icons/room/pin.c358af7.svg -share/element-web/img/element-icons/room/room-summary.50ea68e.svg -share/element-web/img/element-icons/room/search-inset.7a9a2eb.svg -share/element-web/img/element-icons/room/settings/advanced.5744e03.svg -share/element-web/img/element-icons/room/settings/roles.ace4f24.svg -share/element-web/img/element-icons/room/share.6a6396f.svg -share/element-web/img/element-icons/room/thread.239d10c.svg -share/element-web/img/element-icons/roomlist/checkmark.76b08f2.svg -share/element-web/img/element-icons/roomlist/dark-light-mode.328ce0f.svg -share/element-web/img/element-icons/roomlist/decorated-avatar-mask.376375b.svg -share/element-web/img/element-icons/roomlist/dialpad.024cc1d.svg -share/element-web/img/element-icons/roomlist/dnd-cross.2cf7314.svg -share/element-web/img/element-icons/roomlist/dnd.83b4a64.svg -share/element-web/img/element-icons/roomlist/explore.6738ed6.svg -share/element-web/img/element-icons/roomlist/favorite.acb2ed7.svg -share/element-web/img/element-icons/roomlist/hash-circle.ca31c07.svg -share/element-web/img/element-icons/roomlist/hash-plus.0f56725.svg -share/element-web/img/element-icons/roomlist/hash-search.53e3a04.svg -share/element-web/img/element-icons/roomlist/hash-video.0d44220.svg -share/element-web/img/element-icons/roomlist/hash.9de9cf7.svg -share/element-web/img/element-icons/roomlist/low-priority.d46a05a.svg -share/element-web/img/element-icons/roomlist/mark-as-read.273067d.svg -share/element-web/img/element-icons/roomlist/member-plus.705de31.svg -share/element-web/img/element-icons/roomlist/notifications-default.63a2b44.svg -share/element-web/img/element-icons/roomlist/notifications-dm.6739542.svg -share/element-web/img/element-icons/roomlist/notifications-off.0b8adcc.svg -share/element-web/img/element-icons/roomlist/plus-circle.4fbd7e8.svg -share/element-web/img/element-icons/roomlist/plus.6af83e4.svg -share/element-web/img/element-icons/roomlist/search.91a83f7.svg -share/element-web/img/element-icons/roomlist/skeleton-ui.fde3810.svg -share/element-web/img/element-icons/security.fa860ea.svg -share/element-web/img/element-icons/send-message.4b52f53.svg -share/element-web/img/element-icons/settings.6b0c052.svg -share/element-web/img/element-icons/settings/appearance.90cad21.svg -share/element-web/img/element-icons/settings/desktop.05314b6.svg -share/element-web/img/element-icons/settings/flask.40eebdf.svg -share/element-web/img/element-icons/settings/help.96dda0b.svg -share/element-web/img/element-icons/settings/img-size-large.9c06d67.svg -share/element-web/img/element-icons/settings/img-size-normal.769b56e.svg -share/element-web/img/element-icons/settings/inactive.0c6bfa4.svg -share/element-web/img/element-icons/settings/keyboard.67e29b9.svg -share/element-web/img/element-icons/settings/mobile.471adda.svg -share/element-web/img/element-icons/settings/preference.dd3ae3c.svg -share/element-web/img/element-icons/settings/sidebar.5dcb382.svg -share/element-web/img/element-icons/settings/unknown-device.a72c1a6.svg -share/element-web/img/element-icons/settings/web.59c702a.svg -share/element-web/img/element-icons/speaker.65cebab.svg -share/element-web/img/element-icons/thread-summary.4b1ebec.svg -share/element-web/img/element-icons/trashcan.2f78f2d.svg -share/element-web/img/element-icons/trophy.9bd02b9.svg -share/element-web/img/element-icons/upload.1018a2f.svg -share/element-web/img/element-icons/view-community.0d3cd3f.svg -share/element-web/img/element-icons/view-in-room.afeddb7.svg -share/element-web/img/element-icons/warning-badge.203170a.svg -share/element-web/img/element-icons/warning.af4c54e.svg -share/element-web/img/element-icons/x-8px.1715293.svg -share/element-web/img/element-shiny.f5a5e6e.svg -share/element-web/img/ellipsis.8a92914.svg -share/element-web/img/emojipicker/activity.b1bd2e6.svg -share/element-web/img/emojipicker/custom.0b41026.svg -share/element-web/img/emojipicker/delete.bef70a7.svg -share/element-web/img/emojipicker/flags.90f18b0.svg -share/element-web/img/emojipicker/foods.7be3b5f.svg -share/element-web/img/emojipicker/nature.8a9bfce.svg -share/element-web/img/emojipicker/objects.31b5fc3.svg -share/element-web/img/emojipicker/people.0fb0422.svg -share/element-web/img/emojipicker/places.87f4f91.svg -share/element-web/img/emojipicker/recent.ac61335.svg -share/element-web/img/emojipicker/search.fc4e297.svg -share/element-web/img/emojipicker/symbols.9e36ce6.svg -share/element-web/img/external-link.8197a77.svg -share/element-web/img/feather-customised/alert-triangle.86506d9.svg -share/element-web/img/feather-customised/bridge.8ca4493.svg -share/element-web/img/feather-customised/bug.4551a84.svg -share/element-web/img/feather-customised/check.5886f29.svg -share/element-web/img/feather-customised/chevron-down.59c17e1.svg -share/element-web/img/feather-customised/dropdown-arrow.12f4aa5.svg -share/element-web/img/feather-customised/edit.59e9512.svg -share/element-web/img/feather-customised/eye.d8df60a.svg -share/element-web/img/feather-customised/files.4170883.svg -share/element-web/img/feather-customised/help-circle.bac51e2.svg -share/element-web/img/feather-customised/image.ba8601f.svg -share/element-web/img/feather-customised/search-input.5d69fb5.svg -share/element-web/img/feather-customised/secure-backup.7e95b34.svg -share/element-web/img/feather-customised/secure-phrase.73fa1c2.svg -share/element-web/img/feather-customised/trash.custom.1dac3e5.svg -share/element-web/img/feather-customised/user.db9209f.svg -share/element-web/img/feather-customised/warning-triangle.3c669f7.svg -share/element-web/img/feather-customised/widget/external-link.096d050.svg -share/element-web/img/feather-customised/x.fbdaca6.svg -share/element-web/img/format/bold.dc55f5c.svg -share/element-web/img/format/code.46baea8.svg -share/element-web/img/format/italics.5a8964a.svg -share/element-web/img/format/quote.b9b5782.svg -share/element-web/img/format/strikethrough.23e1432.svg -share/element-web/img/globe.0408a7a.svg -share/element-web/img/icon-email-pill-avatar.a6d2e88.svg -share/element-web/img/icon-pill-remove.d11225a.svg -share/element-web/img/icons-close.18b3d80.svg -share/element-web/img/icons-show-stickers.f790079.svg -share/element-web/img/image-view/close.c2af4a8.svg -share/element-web/img/image-view/download.e1f4f96.svg -share/element-web/img/image-view/more.6adb72c.svg -share/element-web/img/image-view/rotate-ccw.bc1b65b.svg -share/element-web/img/image-view/rotate-cw.22a8e66.svg -share/element-web/img/image-view/zoom-in.714cc54.svg -share/element-web/img/image-view/zoom-out.4a741a1.svg -share/element-web/img/location/live-location.db24eab.svg -share/element-web/img/location/map.a3d1233.svg -share/element-web/img/markdown.882e60d.svg -share/element-web/img/matrix.9166e4b.svg -share/element-web/img/member_chevron.85a55f6.png -share/element-web/img/minimise.86e5d8e.svg -share/element-web/img/noise.8322d5a.png -share/element-web/img/plus.9014602.svg -share/element-web/img/room_replaced.4ac105f.svg -share/element-web/img/social/email-1.4053cdb.png -share/element-web/img/social/facebook.b008f77.png -share/element-web/img/social/linkedin.5764540.png -share/element-web/img/social/reddit.5424a6c.png -share/element-web/img/social/twitter-2.711a2e5.png -share/element-web/img/spinner/spinner-background.0fe37e1.svg -share/element-web/img/spinner/spinner-foreground.9b87205.svg -share/element-web/img/stickerpack-placeholder.877b5d0.png -share/element-web/img/tick-circle.605de0c.svg -share/element-web/img/typing-indicator-2x.e13c259.gif -share/element-web/img/upload-big.ade34b1.svg -share/element-web/img/user-onboarding/CommunityMessaging.0e6a083.png -share/element-web/img/user-onboarding/PersonalMessaging.12f2bc3.png -share/element-web/img/user-onboarding/WorkMessaging.2643669.png -share/element-web/img/voip/call-view/cam-off.a099e25.svg -share/element-web/img/voip/call-view/cam-on.b011f60.svg -share/element-web/img/voip/call-view/dialpad.44caf66.svg -share/element-web/img/voip/call-view/more.33bfe39.svg -share/element-web/img/voip/call-view/screensharing.5c2d592.svg -share/element-web/img/voip/call-view/sidebar-off.9164266.svg -share/element-web/img/voip/call-view/sidebar-on.c8ce983.svg -share/element-web/img/voip/declined-video.6800c36.svg -share/element-web/img/voip/missed-video.c6ff632.svg -share/element-web/img/voip/missed-voice.8a2b762.svg -share/element-web/img/voip/paused.b00e0b4.svg -share/element-web/img/voip/silence.fff021d.svg -share/element-web/img/voip/tab-dialpad.5fb10f3.svg -share/element-web/img/voip/tab-userdirectory.6dac23d.svg -share/element-web/img/voip/un-silence.fd94a16.svg -share/element-web/img/warning.76eaf74.svg +share/element-web/i18n/lo.56dddbd.json +share/element-web/i18n/lt.7f7cc5d.json +share/element-web/i18n/lv.0105e03.json +share/element-web/i18n/nb_NO.cc137d5.json +share/element-web/i18n/nl.1c284e3.json +share/element-web/i18n/nn.a36f479.json +share/element-web/i18n/pl.6621310.json +share/element-web/i18n/pt.db148ca.json +share/element-web/i18n/pt_BR.2f92b1e.json +share/element-web/i18n/ru.63028b1.json +share/element-web/i18n/sk.40f87e3.json +share/element-web/i18n/sq.c3efd39.json +share/element-web/i18n/sr.68f89de.json +share/element-web/i18n/sv.829fa73.json +share/element-web/i18n/te.fa137fb.json +share/element-web/i18n/th.dfbef2b.json +share/element-web/i18n/tr.b170089.json +share/element-web/i18n/uk.9c157f6.json +share/element-web/i18n/vi.8e3de5a.json +share/element-web/i18n/vls.3c3fabc.json +share/element-web/i18n/zh_Hans.5635814.json +share/element-web/i18n/zh_Hant.480d99e.json +share/element-web/img/badges/f-droid.9c2f169.svg +share/element-web/img/badges/google-play.ec85f31.svg +share/element-web/img/badges/ios.6d3129a.svg +share/element-web/img/betas/video_rooms.c485b71.png +share/element-web/img/cancel-small.6edc931.svg +share/element-web/img/cancel.12c5c12.svg +share/element-web/img/compound/chevron-right-12px.728250b.svg +share/element-web/img/download.a6b50e0.svg +share/element-web/img/e2e/decryption-failure.2c168d0.svg +share/element-web/img/e2e/disabled.c080ddd.svg +share/element-web/img/e2e/lock-warning-filled.2f94d9a.svg +share/element-web/img/e2e/normal.33e0430.svg +share/element-web/img/e2e/verified-deprecated.85c94e6.svg +share/element-web/img/e2e/verified.315cfad.svg +share/element-web/img/e2e/warning-deprecated.6a3ebca.svg +share/element-web/img/e2e/warning.d370b49.svg +share/element-web/img/element-desktop-logo.9f55f24.svg +share/element-web/img/element-icons/Back30s.61d136b.svg +share/element-web/img/element-icons/Checkbox.3e18125.svg +share/element-web/img/element-icons/Email-icon.54bd82b.svg +share/element-web/img/element-icons/Forward30s.0fdfc2b.svg +share/element-web/img/element-icons/Mic-off.43bef44.svg +share/element-web/img/element-icons/Record.f77e36f.svg +share/element-web/img/element-icons/Stop.6389fa6.svg +share/element-web/img/element-icons/Timer.8e90649.svg +share/element-web/img/element-icons/back.7601e5b.svg +share/element-web/img/element-icons/brands/apple.3f29900.svg +share/element-web/img/element-icons/brands/facebook.d149f4a.svg +share/element-web/img/element-icons/brands/github.de3b60e.svg +share/element-web/img/element-icons/brands/gitlab.e075acd.svg +share/element-web/img/element-icons/brands/google.44aaf41.svg +share/element-web/img/element-icons/brands/twitter.43b393b.svg +share/element-web/img/element-icons/call/delete.d67669d.svg +share/element-web/img/element-icons/call/dialpad.6276d21.svg +share/element-web/img/element-icons/call/expand.f4c2ab7.svg +share/element-web/img/element-icons/call/freedom.1f84c87.svg +share/element-web/img/element-icons/call/fullscreen.2e2c510.svg +share/element-web/img/element-icons/call/hangup.9ca0556.svg +share/element-web/img/element-icons/call/spotlight.357f9db.svg +share/element-web/img/element-icons/call/video-call.86ee0c8.svg +share/element-web/img/element-icons/call/voice-call.0692925.svg +share/element-web/img/element-icons/camera.6ef82ed.svg +share/element-web/img/element-icons/cancel-rounded.3cc9164.svg +share/element-web/img/element-icons/caret-left.a7bab4b.svg +share/element-web/img/element-icons/chat-bubble.6a422c4.svg +share/element-web/img/element-icons/chat-bubbles.38087ca.svg +share/element-web/img/element-icons/check-white.1e3d7f7.svg +share/element-web/img/element-icons/check.e8a053d.svg +share/element-web/img/element-icons/child-relationship.132f4cb.svg +share/element-web/img/element-icons/circle-sending.3c01d11.svg +share/element-web/img/element-icons/circle-sent.8ba4da4.svg +share/element-web/img/element-icons/clock.96a6b33.svg +share/element-web/img/element-icons/cloud-off.8cb6697.svg +share/element-web/img/element-icons/collapse-message.ceda807.svg +share/element-web/img/element-icons/context-menu.131c13c.svg +share/element-web/img/element-icons/copy.0e0d3b5.svg +share/element-web/img/element-icons/devices.48e3582.svg +share/element-web/img/element-icons/email-prompt.8b97994.svg +share/element-web/img/element-icons/expand-message.3812a7b.svg +share/element-web/img/element-icons/export.9b2ed5d.svg +share/element-web/img/element-icons/eye.6df327d.svg +share/element-web/img/element-icons/feedback.94401b2.svg +share/element-web/img/element-icons/flask.468e13e.svg +share/element-web/img/element-icons/group-members.483392b.svg +share/element-web/img/element-icons/hide.fa3b90e.svg +share/element-web/img/element-icons/home.d529d31.svg +share/element-web/img/element-icons/i.c781d86.svg +share/element-web/img/element-icons/info.1c19351.svg +share/element-web/img/element-icons/leave.9ad00a5.svg +share/element-web/img/element-icons/link.3f7cd42.svg +share/element-web/img/element-icons/live.8595de1.svg +share/element-web/img/element-icons/location.78fc83d.svg +share/element-web/img/element-icons/lock.0519ea1.svg +share/element-web/img/element-icons/maximise-expand.450ae80.svg +share/element-web/img/element-icons/message/chevron-up.dabdada.svg +share/element-web/img/element-icons/message/fwd.6612dfa.svg +share/element-web/img/element-icons/message/overflow-large.dcd9747.svg +share/element-web/img/element-icons/message/thread.a8dbd69.svg +share/element-web/img/element-icons/mic.4c7bdcd.svg +share/element-web/img/element-icons/minimise-collapse.9adb265.svg +share/element-web/img/element-icons/minus-button.e4a2adb.svg +share/element-web/img/element-icons/notifications.b4d3969.svg +share/element-web/img/element-icons/pause.f107420.svg +share/element-web/img/element-icons/play.f3fe34a.svg +share/element-web/img/element-icons/plus-button.680a9f5.svg +share/element-web/img/element-icons/plus.baac2b4.svg +share/element-web/img/element-icons/reduce.b404e5e.svg +share/element-web/img/element-icons/retry.2bad236.svg +share/element-web/img/element-icons/room/apps.4933168.svg +share/element-web/img/element-icons/room/composer/attach.faa1eed.svg +share/element-web/img/element-icons/room/composer/bold.bf88167.svg +share/element-web/img/element-icons/room/composer/bulleted_list.334934f.svg +share/element-web/img/element-icons/room/composer/code_block.1d1dbb3.svg +share/element-web/img/element-icons/room/composer/emoji.fd84fe8.svg +share/element-web/img/element-icons/room/composer/indent_decrease.a980b17.svg +share/element-web/img/element-icons/room/composer/indent_increase.ce602b2.svg +share/element-web/img/element-icons/room/composer/inline_code.04e7bda.svg +share/element-web/img/element-icons/room/composer/italic.9062871.svg +share/element-web/img/element-icons/room/composer/link.0e55f44.svg +share/element-web/img/element-icons/room/composer/location.33e31a8.svg +share/element-web/img/element-icons/room/composer/numbered_list.e25b3d2.svg +share/element-web/img/element-icons/room/composer/plain_text.57001f6.svg +share/element-web/img/element-icons/room/composer/poll.6fe3947.svg +share/element-web/img/element-icons/room/composer/quote.e84526d.svg +share/element-web/img/element-icons/room/composer/rich_text.16ae2b9.svg +share/element-web/img/element-icons/room/composer/sticker.b1d9443.svg +share/element-web/img/element-icons/room/composer/strikethrough.d999496.svg +share/element-web/img/element-icons/room/composer/underline.300036e.svg +share/element-web/img/element-icons/room/default_app.63bac9a.svg +share/element-web/img/element-icons/room/default_cal.68352c5.svg +share/element-web/img/element-icons/room/default_clock.312a340.svg +share/element-web/img/element-icons/room/default_doc.6a6092c.svg +share/element-web/img/element-icons/room/default_video.6afce87.svg +share/element-web/img/element-icons/room/ellipsis.1c56e68.svg +share/element-web/img/element-icons/room/files.ee097b4.svg +share/element-web/img/element-icons/room/format-bar/bold.b5a09da.svg +share/element-web/img/element-icons/room/format-bar/code.c3acfbd.svg +share/element-web/img/element-icons/room/format-bar/italic.65b4e6b.svg +share/element-web/img/element-icons/room/format-bar/quote.5fc8cc0.svg +share/element-web/img/element-icons/room/format-bar/strikethrough.661354b.svg +share/element-web/img/element-icons/room/invite.7232ec2.svg +share/element-web/img/element-icons/room/members.d9928ef.svg +share/element-web/img/element-icons/room/message-bar/edit.c76811e.svg +share/element-web/img/element-icons/room/message-bar/emoji.97e3e33.svg +share/element-web/img/element-icons/room/message-bar/reply.7b0a0bd.svg +share/element-web/img/element-icons/room/message-bar/star.2da4d5a.svg +share/element-web/img/element-icons/room/pin-upright.92d1884.svg +share/element-web/img/element-icons/room/pin.8acecb2.svg +share/element-web/img/element-icons/room/room-summary.a377754.svg +share/element-web/img/element-icons/room/search-inset.8f291bd.svg +share/element-web/img/element-icons/room/settings/advanced.20354e9.svg +share/element-web/img/element-icons/room/settings/roles.fda529a.svg +share/element-web/img/element-icons/room/share.069290e.svg +share/element-web/img/element-icons/room/thread.b1c1a60.svg +share/element-web/img/element-icons/roomlist/checkmark.8e909d3.svg +share/element-web/img/element-icons/roomlist/dark-light-mode.87d7411.svg +share/element-web/img/element-icons/roomlist/decorated-avatar-mask.9b9e82f.svg +share/element-web/img/element-icons/roomlist/dialpad.ce90567.svg +share/element-web/img/element-icons/roomlist/dnd-cross.d9423bf.svg +share/element-web/img/element-icons/roomlist/dnd.87c6c88.svg +share/element-web/img/element-icons/roomlist/explore.3bcee74.svg +share/element-web/img/element-icons/roomlist/favorite.aed90fc.svg +share/element-web/img/element-icons/roomlist/hash-circle.20807b8.svg +share/element-web/img/element-icons/roomlist/hash-plus.cc06c23.svg +share/element-web/img/element-icons/roomlist/hash-search.4e9dba5.svg +share/element-web/img/element-icons/roomlist/hash-video.8c87910.svg +share/element-web/img/element-icons/roomlist/hash.e2814db.svg +share/element-web/img/element-icons/roomlist/low-priority.1cdb11b.svg +share/element-web/img/element-icons/roomlist/mark-as-read.8a6306a.svg +share/element-web/img/element-icons/roomlist/member-plus.7ecbaa1.svg +share/element-web/img/element-icons/roomlist/notifications-default.913763b.svg +share/element-web/img/element-icons/roomlist/notifications-dm.ceba248.svg +share/element-web/img/element-icons/roomlist/notifications-off.94bceac.svg +share/element-web/img/element-icons/roomlist/plus-circle.11d45be.svg +share/element-web/img/element-icons/roomlist/plus.6bf6398.svg +share/element-web/img/element-icons/roomlist/search.df3ab87.svg +share/element-web/img/element-icons/roomlist/skeleton-ui.15f261b.svg +share/element-web/img/element-icons/security.56b436c.svg +share/element-web/img/element-icons/send-message.c5b16f8.svg +share/element-web/img/element-icons/settings.0c529f2.svg +share/element-web/img/element-icons/settings/appearance.c35df33.svg +share/element-web/img/element-icons/settings/desktop.7aedb46.svg +share/element-web/img/element-icons/settings/devices.d499be6.svg +share/element-web/img/element-icons/settings/flask.699f7f9.svg +share/element-web/img/element-icons/settings/help.175fd0e.svg +share/element-web/img/element-icons/settings/img-size-large.fa90e60.svg +share/element-web/img/element-icons/settings/img-size-normal.4cd5cd6.svg +share/element-web/img/element-icons/settings/inactive.becd9d1.svg +share/element-web/img/element-icons/settings/keyboard.1df1463.svg +share/element-web/img/element-icons/settings/mobile.05596d3.svg +share/element-web/img/element-icons/settings/preference.ee8ee5b.svg +share/element-web/img/element-icons/settings/sidebar.aea11f7.svg +share/element-web/img/element-icons/settings/unknown-device.e003a54.svg +share/element-web/img/element-icons/settings/web.1a30d7e.svg +share/element-web/img/element-icons/speaker.3733f78.svg +share/element-web/img/element-icons/thread-summary.1c5653f.svg +share/element-web/img/element-icons/trashcan.3e3b8b7.svg +share/element-web/img/element-icons/trophy.a64fdf5.svg +share/element-web/img/element-icons/upload.ea7aa85.svg +share/element-web/img/element-icons/view-community.1e234e8.svg +share/element-web/img/element-icons/view-in-room.45779b8.svg +share/element-web/img/element-icons/warning-badge.3cf4d1a.svg +share/element-web/img/element-icons/warning.7f03cf8.svg +share/element-web/img/element-icons/x-8px.6a5b85d.svg +share/element-web/img/element-shiny.9ddee3e.svg +share/element-web/img/ellipsis.429f53e.svg +share/element-web/img/emojipicker/activity.46d222c.svg +share/element-web/img/emojipicker/custom.e928e34.svg +share/element-web/img/emojipicker/delete.039cc43.svg +share/element-web/img/emojipicker/flags.1ec0361.svg +share/element-web/img/emojipicker/foods.60f69a7.svg +share/element-web/img/emojipicker/nature.b2e0cf4.svg +share/element-web/img/emojipicker/objects.496fc08.svg +share/element-web/img/emojipicker/people.8e827a6.svg +share/element-web/img/emojipicker/places.c17392c.svg +share/element-web/img/emojipicker/recent.6ba331b.svg +share/element-web/img/emojipicker/search.59e7b9e.svg +share/element-web/img/emojipicker/symbols.c580c77.svg +share/element-web/img/external-link.5014037.svg +share/element-web/img/feather-customised/alert-triangle.09b6d7d.svg +share/element-web/img/feather-customised/bridge.1978354.svg +share/element-web/img/feather-customised/bug.558664b.svg +share/element-web/img/feather-customised/check.94da327.svg +share/element-web/img/feather-customised/chevron-down.663d060.svg +share/element-web/img/feather-customised/dropdown-arrow.df9edbf.svg +share/element-web/img/feather-customised/edit.b9722f3.svg +share/element-web/img/feather-customised/eye.15b36db.svg +share/element-web/img/feather-customised/files.8e42afd.svg +share/element-web/img/feather-customised/help-circle.6f50a41.svg +share/element-web/img/feather-customised/image.4bcd249.svg +share/element-web/img/feather-customised/search-input.1871d4f.svg +share/element-web/img/feather-customised/secure-backup.6c0a137.svg +share/element-web/img/feather-customised/secure-phrase.be40c1d.svg +share/element-web/img/feather-customised/trash.custom.cce34e6.svg +share/element-web/img/feather-customised/user.eacfd99.svg +share/element-web/img/feather-customised/warning-triangle.f73f7c8.svg +share/element-web/img/feather-customised/widget/external-link.3baaa1b.svg +share/element-web/img/feather-customised/x.816c629.svg +share/element-web/img/format/bold.1075338.svg +share/element-web/img/format/code.ee67228.svg +share/element-web/img/format/italics.395da20.svg +share/element-web/img/format/quote.69dadd8.svg +share/element-web/img/format/strikethrough.bc12eda.svg +share/element-web/img/globe.216f1db.svg +share/element-web/img/icon-email-pill-avatar.5b816b4.svg +share/element-web/img/icon-pill-remove.e6a9b48.svg +share/element-web/img/icons-close.dbfb7ae.svg +share/element-web/img/icons-show-stickers.ad2f6f2.svg +share/element-web/img/image-view/close.84ba4f5.svg +share/element-web/img/image-view/download.fe97451.svg +share/element-web/img/image-view/more.9d7e5aa.svg +share/element-web/img/image-view/rotate-ccw.88f3e8a.svg +share/element-web/img/image-view/rotate-cw.740f145.svg +share/element-web/img/image-view/zoom-in.a8c4f46.svg +share/element-web/img/image-view/zoom-out.e8004ad.svg +share/element-web/img/location/live-location.6840917.svg +share/element-web/img/location/map.b8b2e92.svg +share/element-web/img/markdown.9e36d49.svg +share/element-web/img/matrix.d1fcad6.svg +share/element-web/img/member_chevron.b867d5a.png +share/element-web/img/minimise.465c9ab.svg +share/element-web/img/noise.e8beb45.png +share/element-web/img/plus.e8a5e12.svg +share/element-web/img/room_replaced.97416ee.svg +share/element-web/img/social/email-1.05522c5.png +share/element-web/img/social/facebook.c272141.png +share/element-web/img/social/linkedin.7f6ba82.png +share/element-web/img/social/reddit.95349c0.png +share/element-web/img/social/twitter-2.ede880b.png +share/element-web/img/spinner/spinner-background.334d97c.svg +share/element-web/img/spinner/spinner-foreground.962dd16.svg +share/element-web/img/stickerpack-placeholder.c50e1de.png +share/element-web/img/tick-circle.07c2a4a.svg +share/element-web/img/typing-indicator-2x.fd4568d.gif +share/element-web/img/upload-big.dcf3fb1.svg +share/element-web/img/user-onboarding/CommunityMessaging.85955ea.png +share/element-web/img/user-onboarding/PersonalMessaging.b5ba3c4.png +share/element-web/img/user-onboarding/WorkMessaging.f3c8ccf.png +share/element-web/img/voip/call-view/cam-off.bcb327c.svg +share/element-web/img/voip/call-view/cam-on.3d61807.svg +share/element-web/img/voip/call-view/dialpad.395f905.svg +share/element-web/img/voip/call-view/more.238b413.svg +share/element-web/img/voip/call-view/screensharing.6f91dd7.svg +share/element-web/img/voip/call-view/sidebar-off.61e1311.svg +share/element-web/img/voip/call-view/sidebar-on.e72268b.svg +share/element-web/img/voip/declined-video.8277dd8.svg +share/element-web/img/voip/missed-video.e4a422f.svg +share/element-web/img/voip/missed-voice.ede6ea7.svg +share/element-web/img/voip/paused.3fd21d4.svg +share/element-web/img/voip/silence.b18c857.svg +share/element-web/img/voip/tab-dialpad.0ffd56f.svg +share/element-web/img/voip/tab-userdirectory.319191d.svg +share/element-web/img/voip/un-silence.c7194c2.svg +share/element-web/img/warning.30e1625.svg share/element-web/index.html share/element-web/jitsi.html share/element-web/jitsi_external_api.min.js @@ -526,12 +533,12 @@ share/element-web/media/ring.ogg share/element-web/media/ringback.mp3 share/element-web/media/ringback.ogg share/element-web/mobile_guide/index.html -share/element-web/olm.606fd06.wasm +share/element-web/olm.4d35bbd.wasm share/element-web/olm_legacy.js -share/element-web/opus-decoderWorker.min.f69d392.js -share/element-web/opus-encoderWorker.min.8bd8ff5.js -share/element-web/recorder-worklet.d36f712.js -share/element-web/recorder-worklet.d36f712.js.map +share/element-web/opus-decoderWorker.min.8653698.js +share/element-web/opus-encoderWorker.min.c3a64a8.js +share/element-web/recorder-worklet.305bebd.js +share/element-web/recorder-worklet.305bebd.js.map share/element-web/static/incompatible-browser.html share/element-web/static/unable-to-load.html share/element-web/sw.js @@ -555,35 +562,35 @@ share/element-web/vector-icons/50.png share/element-web/vector-icons/620x300.png share/element-web/vector-icons/76.png share/element-web/vector-icons/88.png -share/element-web/vector-icons/apple-touch-icon-114.00c12af.png +share/element-web/vector-icons/apple-touch-icon-114.23cffb5.png share/element-web/vector-icons/apple-touch-icon-114.png -share/element-web/vector-icons/apple-touch-icon-120.92ecd3f.png +share/element-web/vector-icons/apple-touch-icon-120.49cca2a.png share/element-web/vector-icons/apple-touch-icon-120.png -share/element-web/vector-icons/apple-touch-icon-144.d6fa3d3.png +share/element-web/vector-icons/apple-touch-icon-144.fcef975.png share/element-web/vector-icons/apple-touch-icon-144.png -share/element-web/vector-icons/apple-touch-icon-152.f9a2308.png +share/element-web/vector-icons/apple-touch-icon-152.8f0a797.png share/element-web/vector-icons/apple-touch-icon-152.png -share/element-web/vector-icons/apple-touch-icon-180.a568820.png +share/element-web/vector-icons/apple-touch-icon-180.dd87acd.png share/element-web/vector-icons/apple-touch-icon-180.png -share/element-web/vector-icons/apple-touch-icon-57.427b19f.png +share/element-web/vector-icons/apple-touch-icon-57.e9e9abf.png share/element-web/vector-icons/apple-touch-icon-57.png -share/element-web/vector-icons/apple-touch-icon-60.bc628cb.png +share/element-web/vector-icons/apple-touch-icon-60.482f59b.png share/element-web/vector-icons/apple-touch-icon-60.png -share/element-web/vector-icons/apple-touch-icon-72.c4b7beb.png +share/element-web/vector-icons/apple-touch-icon-72.4543668.png share/element-web/vector-icons/apple-touch-icon-72.png -share/element-web/vector-icons/apple-touch-icon-76.fd3f0ef.png +share/element-web/vector-icons/apple-touch-icon-76.aa98428.png share/element-web/vector-icons/apple-touch-icon-76.png -share/element-web/vector-icons/browserconfig.8b4a2cf.xml +share/element-web/vector-icons/browserconfig.536ccf6.xml share/element-web/vector-icons/browserconfig.xml -share/element-web/vector-icons/favicon.4c70c2b.ico +share/element-web/vector-icons/favicon.ae636ac.ico share/element-web/vector-icons/favicon.ico -share/element-web/vector-icons/mstile-150.afdac3f.png +share/element-web/vector-icons/mstile-150.feb8ef5.png share/element-web/vector-icons/mstile-150.png share/element-web/vector-icons/mstile-310.png share/element-web/vector-icons/mstile-310x150.png share/element-web/vector-icons/mstile-70.png share/element-web/version -share/element-web/wave-encoderWorker.min.9f737c9.js +share/element-web/wave-encoderWorker.min.f289977.js share/element-web/welcome.html share/element-web/welcome/images/icon-create-account.svg share/element-web/welcome/images/icon-help.svg diff --git a/chat/element-web/distinfo b/chat/element-web/distinfo index fa603c4189ed..d5561c0201f0 100644 --- a/chat/element-web/distinfo +++ b/chat/element-web/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2023/01/29 10:58:02 js Exp $ +$NetBSD: distinfo,v 1.22 2023/03/19 21:44:07 js Exp $ -BLAKE2s (element-v1.11.20.tar.gz) = b87fae795640093910f06b6cdbbf48525bc98cb5b08b4538400ae534435ba1c6 -SHA512 (element-v1.11.20.tar.gz) = a4dd540fecaf44447a202191febdeaba8931f75ce45bdb83bbfbb00ae3b5f9c4c007b6beb86ca572e272bc9630832b3119d848afb8dc56430cfb67fd89db0567 -Size (element-v1.11.20.tar.gz) = 21051550 bytes +BLAKE2s (element-v1.11.25.tar.gz) = 8938efeee17bc74169e95a325e12131679ee16fed6b5d7e093d6584e255034c0 +SHA512 (element-v1.11.25.tar.gz) = fafd17374952bc0f7b71764217181038f3dadd8734e2ed8080b74cf616e92eca33136bd85cb3cf5212cfa70b7f13c1ed9a693a4f6a4dcfe8101b02d8e71d9d9b +Size (element-v1.11.25.tar.gz) = 21280722 bytes