Page MenuHomeSolus

D9241.id22326.diff
No OneTemporary

D9241.id22326.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,5 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Silke Hofstra
+ - IRC: silkeh
+ - Email: silke@slxh.eu
diff --git a/files/element.desktop b/files/element.desktop
new file mode 100644
--- /dev/null
+++ b/files/element.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Element
+Comment=A glossy Matrix collaboration client for desktop
+Exec=element-desktop %U
+Terminal=false
+Type=Application
+Categories=GTK;Network;
+Icon=element
+StartupWMClass=element
+MimeType=x-scheme-handler/riot;
diff --git a/files/riot.desktop b/files/riot.desktop
deleted file mode 100644
--- a/files/riot.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Riot
-Comment=A feature-rich client for Matrix.org
-Exec=riot-desktop %U
-Terminal=false
-Type=Application
-Categories=GTK;Network;
-Icon=riot-desktop
-StartupWMClass=riot
-MimeType=x-scheme-handler/riot;
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,16 +1,18 @@
-name : riot
-version : 1.6.8
-release : 66
-homepage : https://riot.im/
+name : element
+version : 1.7.1
+release : 67
+homepage : https://element.io/
source :
- - git|https://github.com/vector-im/riot-desktop.git : v1.6.8
- - git|https://github.com/vector-im/riot-web.git : v1.6.8
+ - git|https://github.com/vector-im/riot-desktop.git : v1.7.1
+ - git|https://github.com/vector-im/riot-web.git : v1.7.1
license : Apache-2.0
component : network.im
networking : yes
-summary : Electron based Matrix client built using the Matrix React SDK
+summary : A glossy Matrix collaboration client for desktop.
description: |
- Riot is an electron based Matrix client that allows cross platform communication between IRC, slack, gitter and riot/matrix users. Also has secure end to end encrypted chat through text, audio and video with users of riot/matrix on Android, iOS, Windows, OSX, Linux and web browsers.
+ All-in-one secure chat app for teams, friends and organisations. Keeps conversations in your control, safe from data-mining and ads. Talk to everyone through the open global Matrix network, protected by proper end-to-end encryption.
+replaces :
+ - riot
builddeps :
- pkgconfig(alsa)
- pkgconfig(atk)
@@ -33,37 +35,37 @@
- libsecret
- sqlcipher
setup : |
- # Copy riot-web to the build directory
- cp -a $sources/riot-web.git riot-web
+ # Copy element-web to the build directory
+ cp -a $sources/riot-web.git element-web
# Remove update URL from config to disable auto-updates
- sed -i 's|"https://packages.riot.im/desktop/update/"|null|g' riot.im/release/config.json
+ sed -i 's|"https://packages.riot.im/desktop/update/"|null|g' element.io/release/config.json
# Perform yarn install on both
yarn install
- yarn --cwd riot-web install
+ yarn --cwd element-web install
build : |
- # Build riot-web
- yarn --cwd riot-web build
+ # Build element-web
+ yarn --cwd element-web build
- # Build riot-desktop
+ # Build element-desktop
yarn run build:native
yarn run build
install : |
install -dm00644 $installdir/usr/bin
- install -dm00644 $installdir/usr/share/riot
- cp -Rv dist/linux-unpacked/* $installdir/usr/share/riot/
- cp -Rv riot-web/webapp $installdir/usr/share/riot/resources/
- ln -sv ../share/riot/riot-desktop $installdir/usr/bin/riot-desktop
+ install -dm00644 $installdir/usr/share/element
+ cp -Rv dist/linux-unpacked/* $installdir/usr/share/element
+ cp -Rv element-web/webapp $installdir/usr/share/element/resources/
+ ln -sv ../share/element/element-desktop $installdir/usr/bin/element-desktop
# Install default configuration
- install -Dm00644 riot.im/release/config.json $installdir/usr/share/riot/resources/webapp/
+ install -Dm00644 element.io/release/config.json $installdir/usr/share/element/resources/webapp/
# Install Icons
for icon_size in 16 24 48 64 96 128 256 512
do
- install -Dm00644 build/icons/${icon_size}x${icon_size}.png $installdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps/riot-desktop.png
+ install -Dm00644 build/icons/${icon_size}x${icon_size}.png $installdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps/element.png
done
# Desktop File
- install -Dm00644 $pkgfiles/riot.desktop $installdir/usr/share/applications/riot.desktop
+ install -Dm00644 $pkgfiles/element.desktop $installdir/usr/share/applications/element.desktop
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,488 +1,515 @@
<PISI>
<Source>
- <Name>riot</Name>
- <Homepage>https://riot.im/</Homepage>
+ <Name>element</Name>
+ <Homepage>https://element.io/</Homepage>
<Packager>
<Name>Silke Hofstra</Name>
<Email>silke@slxh.eu</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>network.im</PartOf>
- <Summary xml:lang="en">Electron based Matrix client built using the Matrix React SDK</Summary>
- <Description xml:lang="en">Riot is an electron based Matrix client that allows cross platform communication between IRC, slack, gitter and riot/matrix users. Also has secure end to end encrypted chat through text, audio and video with users of riot/matrix on Android, iOS, Windows, OSX, Linux and web browsers.
+ <Summary xml:lang="en">A glossy Matrix collaboration client for desktop.</Summary>
+ <Description xml:lang="en">All-in-one secure chat app for teams, friends and organisations. Keeps conversations in your control, safe from data-mining and ads. Talk to everyone through the open global Matrix network, protected by proper end-to-end encryption.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
- <Name>riot</Name>
- <Summary xml:lang="en">Electron based Matrix client built using the Matrix React SDK</Summary>
- <Description xml:lang="en">Riot is an electron based Matrix client that allows cross platform communication between IRC, slack, gitter and riot/matrix users. Also has secure end to end encrypted chat through text, audio and video with users of riot/matrix on Android, iOS, Windows, OSX, Linux and web browsers.
+ <Name>element</Name>
+ <Summary xml:lang="en">A glossy Matrix collaboration client for desktop.</Summary>
+ <Description xml:lang="en">All-in-one secure chat app for teams, friends and organisations. Keeps conversations in your control, safe from data-mining and ads. Talk to everyone through the open global Matrix network, protected by proper end-to-end encryption.
</Description>
<PartOf>network.im</PartOf>
<Files>
- <Path fileType="executable">/usr/bin/riot-desktop</Path>
- <Path fileType="data">/usr/share/applications/riot.desktop</Path>
- <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/riot-desktop.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/riot-desktop.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/24x24/apps/riot-desktop.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/riot-desktop.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/riot-desktop.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/512x512/apps/riot-desktop.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/riot-desktop.png</Path>
- <Path fileType="data">/usr/share/icons/hicolor/96x96/apps/riot-desktop.png</Path>
- <Path fileType="data">/usr/share/riot/LICENSE.electron.txt</Path>
- <Path fileType="data">/usr/share/riot/LICENSES.chromium.html</Path>
- <Path fileType="data">/usr/share/riot/chrome-sandbox</Path>
- <Path fileType="data">/usr/share/riot/chrome_100_percent.pak</Path>
- <Path fileType="data">/usr/share/riot/chrome_200_percent.pak</Path>
- <Path fileType="data">/usr/share/riot/icudtl.dat</Path>
- <Path fileType="data">/usr/share/riot/libEGL.so</Path>
- <Path fileType="data">/usr/share/riot/libGLESv2.so</Path>
- <Path fileType="data">/usr/share/riot/libffmpeg.so</Path>
- <Path fileType="data">/usr/share/riot/libvk_swiftshader.so</Path>
- <Path fileType="data">/usr/share/riot/libvulkan.so</Path>
- <Path fileType="data">/usr/share/riot/locales/am.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/ar.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/bg.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/bn.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/ca.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/cs.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/da.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/de.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/el.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/en-GB.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/en-US.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/es-419.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/es.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/et.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/fa.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/fi.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/fil.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/fr.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/gu.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/he.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/hi.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/hr.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/hu.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/id.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/it.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/ja.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/kn.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/ko.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/lt.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/lv.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/ml.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/mr.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/ms.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/nb.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/nl.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/pl.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/pt-BR.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/pt-PT.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/ro.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/ru.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/sk.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/sl.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/sr.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/sv.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/sw.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/ta.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/te.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/th.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/tr.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/uk.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/vi.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/zh-CN.pak</Path>
- <Path fileType="data">/usr/share/riot/locales/zh-TW.pak</Path>
- <Path fileType="data">/usr/share/riot/resources.pak</Path>
- <Path fileType="data">/usr/share/riot/resources/app.asar</Path>
- <Path fileType="data">/usr/share/riot/resources/img/riot.ico</Path>
- <Path fileType="data">/usr/share/riot/resources/img/riot.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/0.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/0.js.LICENSE.txt</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/0.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/1.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/1.js.LICENSE.txt</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/1.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/18.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/18.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/19.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/19.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/2.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/2.js.LICENSE.txt</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/2.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/20.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/20.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/21.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/21.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/22.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/22.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/23.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/23.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/24.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/24.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/bundle.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/bundle.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/bundle.js.LICENSE.txt</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/bundle.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/compatibility-view.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/compatibility-view.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/compatibility-view.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/error-view.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/error-view.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/error-view.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/indexeddb-worker.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/indexeddb-worker.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/init.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/init.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/jitsi.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/jitsi.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/jitsi.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/mobileguide.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/mobileguide.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/riot-web-app.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/riot-web-app.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/riot-web-component-index.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/riot-web-component-index.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark-custom.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark-custom.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark-custom.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-dark.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light-custom.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light-custom.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light-custom.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light.css</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/theme-light.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/usercontent.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/usercontent.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/vendors~init.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/vendors~init.js.LICENSE.txt</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/bundles/77f1636ec2fbdc83b047/vendors~init.js.map</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/config.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/contribute.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/decoder-ring/datatypes.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/decoder-ring/decoder.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/decoder-ring/index.html</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlX5qhExfHwNJU.2aafaa1.woff2</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlZ5qhExfHw.5476fd3.woff2</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71n5_zaDpwm80E.6bc411a.woff2</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71p5_zaDpwm.000abc6.woff2</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Nunito/Nunito-Bold.e0e8a9f.ttf</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Nunito/Nunito-Regular.73a8196.ttf</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Nunito/Nunito-SemiBold.bca2d7f.ttf</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.5bb743a.woff2</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.fb38407.woff2</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/bg.66ce825.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ca.d044f48.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/cs.e887cd0.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/da.df3bb02.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/de_DE.8787524.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/el.7931f0a.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/en_EN.baf9b8d.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/en_US.a184179.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/eo.d83cc8d.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/es.dede76a.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/eu.1290cfa.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/fi.ac9b755.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/fr.bbde975.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/gl.d0ef65b.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/hi.ba508df.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/hu.6071f78.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/is.96aa7fe.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/it.64fac0f.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ja.58a967a.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ko.fb007c5.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/languages.80b8c5c.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/languages.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/lt.f6984d8.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/lv.2bb7473.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/nb_NO.f071d9f.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/nl.a8de9a9.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/nn.b80e502.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/pl.8cb8a57.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/pt.f8b4cb7.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/pt_BR.71660ca.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/ru.d202aab.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/sk.a8c0466.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/sq.c2ead2a.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/sr.ad8a866.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/sv.5ad232a.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/te.239e9d4.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/th.f35ca86.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/tr.4e5769e.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/uk.7188587.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/vls.720e7c0.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/zh_Hans.38dc195.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/i18n/zh_Hant.41cfc96.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/camera.2f271b6.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/cancel-red.3d9df3d.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/cancel-small.495f44c.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/cancel-white.3709ff3.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/cancel.4b9715b.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/chevron-left.82128ee.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/download.4f331f0.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/e2e/lock-warning-filled.993fb6c.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/e2e/normal.38c8458.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/e2e/verified.fb77c33.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/e2e/warning.2d79aff.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/edit.27a8059.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/ellipsis.c2118e5.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/activity.921ec9f.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/custom.e1cd0fd.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/delete.f7344c5.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/flags.1a8855e.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/foods.c6b220a.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/nature.6540b99.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/objects.4d34f58.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/people.e918580.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/places.7310322.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/recent.13b42e2.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/search.973c315.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/emojipicker/symbols.15a557d.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/explore.32f6303.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/external-link.a8d3e9b.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/alert-triangle.38aca3a.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/archive.97582ec.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/arrow-down.15251d3.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/bridge.b2ca042.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/brush.6352c79.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/cancel.23c2689.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/check.5745b4e.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/chevron-down.537efce.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/chevron-right.9c59704.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/chevron-up.90f4709.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/compass.1d4ab08.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/dropdown-arrow.1a22ebc.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/edit.fd55ec2.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/emoji3.custom.f110fcb.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/explore.a5769bb.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/eye.52aa0d2.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/face.34d1316.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/files.d6a33b8.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/flag.350c432.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/flair.711761c.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/globe.f8e834b.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/grid.9e353ed.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/group.e7f9021.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/help-circle.03fb6cf.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/home.55644be.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/image.a8671b8.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/life-buoy.8a302f4.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/lock-solid.3d8f17d.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/lock.9b2b399.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/message-circle.b70b8d6.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/monitor.f07f712.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/more-horizontal.f0e83cb.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/notifications.51febb7.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/paperclip.a368eb9.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/phone.87241fa.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/plus.38ae979.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/search-input.044bfa7.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/search.28e7db7.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/secure-backup.329cb1c.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/secure-phrase.a9d3725.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/settings.cc405e6.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/share.9dc5acb.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/sign-in.7022ff3.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/sign-out.fa2d962.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/sliders.c04972d.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/smartphone.93bb43c.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/star.ac8ea21.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/sticker.custom.7592e02.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/sun.eafa19d.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/trash.custom.1e6ecd4.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/upload.a4ce82a.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/user-add.f517c01.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/user.7a4d23d.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/users-sm.e55dac3.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/video.02dbf40.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/warning-triangle.d050a38.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/widget/external-link.7ab6751.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/widget/maximise.dc32127.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/widget/minimise.aec9142.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/feather-customised/x.9662221.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/fileicon.a04644a.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/format/bold.38e6779.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/format/code.ea9f385.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/format/italics.4e279d1.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/format/quote.5843424.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/format/strikethrough.bac51cb.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/fullscreen.dbcb0c8.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/globe.83bc76a.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/hangup.a9def68.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-address-delete.40c8a04.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-context-mute-mentions.266796b.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-context-mute-off-copy.8b8d189.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-context-mute-off.b112ec4.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-context-mute.c8f99f3.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-email-pill-avatar.575ff20.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-email-user.af133ff.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-invite-people.d82f491.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-jump-to-bottom.ded64cf.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-jump-to-first-unread.2401872.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-pill-remove.7719165.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon-return.cb24475.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon_context.f8baf8d.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon_context_delete.f02c798.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon_context_fave.c05e648.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon_context_fave_on.dd832e0.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon_context_low.6ff73d9.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon_context_low_on.bb2628b.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon_context_person.034a4b2.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon_context_person_on.4f0232f.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icon_copy_message.f2eab28.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icons-close.11ff07c.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icons-create-room.817ede2.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icons-directory.a0cc9b7.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icons-groups.29180b0.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icons-people.af03c4c.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icons-pin.1d9bacf.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icons-room-add.bd36e26.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icons-room-nobg.a6a494e.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icons-share.c75982d.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/icons-show-stickers.4e420bf.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/leave.96c4dc4.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/markdown.6905ba8.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/matrix-org-bw-logo.e8617d8.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/member_chevron.4163a20.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/minimise.871d2de.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/modular-bw-logo.8aac5a1.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/notif-active.6d534cc.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/notif-slider.e648344.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/plus.53bc1d6.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/react.5d59311.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/reply.488cf91.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/room-continuation.1f243ce.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/room_replaced.80042bb.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/rotate-ccw.96d36a7.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/rotate-cw.b6a9518.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/search-icon-vector.c463bb6.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/social/email-1.1134895.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/social/facebook.d547f79.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/social/linkedin.ab157f6.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/social/reddit.eeab8e6.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/social/twitter-2.6517b36.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/sound-indicator.ac4bf8d.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/spinner.07b8b88.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/spinner.0b29ec9.gif</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/stickerpack-placeholder.9c54c13.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/tick.fc8e192.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/typing-indicator-2x.0eb9f0e.gif</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/upload-big.4e229de.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/video-mute.2546e5c.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/video-unmute.952e3b6.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/voice-mute.c18eed0.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/voice-unmute.a571f7e.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/voip-chevron.bbab537.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/img/warning.05cc423.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/index.html</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/jitsi.html</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/jitsi_external_api.min.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/manifest.json</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/media/busy.mp3</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/media/busy.ogg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/media/callend.mp3</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/media/callend.ogg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/media/message.mp3</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/media/message.ogg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/media/ring.mp3</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/media/ring.ogg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/media/ringback.mp3</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/media/ringback.ogg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/mobile_guide/index.html</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/olm.35f4ef0.wasm</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/olm_legacy.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/static/incompatible-browser.html</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/static/unable-to-load.html</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/sw.js</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/backgrounds/valley.jpg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/download/apple.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/download/fdroid.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/download/google.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/opengraph.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/riot-im-logo-black-text.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/riot-im-logo-black-text.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/riot-im-logo.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/riot-im-logo.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/themes/riot/img/logos/riot-logo.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/usercontent/index.html</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/20522817-fde7-6a88-54a9-496b1c8aee53.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/20587a91-30e9-d583-2b9b-5c4c2aca967f.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/32aa4ec4-8b3f-d7b8-e2df-a49ba887199a.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/4168a7e5-9d94-e9a3-4e60-45a58cc8ee4e.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/4f4b5190-3b9c-9173-3118-442179ae62d4.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/552c9d70-ff13-2235-8ef9-00db0d2fda0c.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/5c925eef-dd2e-aa16-b6d4-13c90b81af1f.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/627721aa-5331-ded6-b4a5-0bb4799985ee.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/89ac632f-d735-868d-4b9b-cfe32121294c.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/8f19f71b-ab84-4fe7-1866-8ee9fb1362da.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/a2e91e68-aa4e-45e7-e5e6-951e1d314675.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-144x144.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-192x192.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-36x36.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-48x48.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-72x72.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/android-chrome-96x96.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-114x114.90ee055.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-114x114.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-120x120.efb825d.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-120x120.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-144x144.22c7dba.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-144x144.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-152x152.619b458.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-152x152.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-180x180.a6f14e2.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-180x180.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-57x57.250bbfd.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-57x57.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-60x60.4d632a0.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-60x60.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-72x72.e93344d.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-72x72.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-76x76.bfcf806.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-76x76.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon-precomposed.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/apple-touch-icon.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/b3624ff1-eaf4-1082-4923-949bc8eb40ef.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/browserconfig.e54b06e.xml</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/browserconfig.xml</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/dd73cdd3-17c4-9b33-81b8-4789b7a4a250.webPlatform.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/favicon-16x16.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/favicon-32x32.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/favicon-96x96.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/favicon.4535157.ico</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/favicon.ico</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/mstile-144x144.22c7dba.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/mstile-144x144.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/mstile-150x150.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/mstile-310x150.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/mstile-310x310.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/vector-icons/mstile-70x70.png</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/welcome.html</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/welcome/images/icon-create-account.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/welcome/images/icon-help.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/welcome/images/icon-room-directory.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/welcome/images/icon-sign-in.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/welcome/images/logo.svg</Path>
- <Path fileType="data">/usr/share/riot/resources/webapp/welcome/images/matrix.svg</Path>
- <Path fileType="data">/usr/share/riot/riot-desktop</Path>
- <Path fileType="data">/usr/share/riot/snapshot_blob.bin</Path>
- <Path fileType="data">/usr/share/riot/swiftshader/libEGL.so</Path>
- <Path fileType="data">/usr/share/riot/swiftshader/libGLESv2.so</Path>
- <Path fileType="data">/usr/share/riot/v8_context_snapshot.bin</Path>
- <Path fileType="data">/usr/share/riot/vk_swiftshader_icd.json</Path>
+ <Path fileType="executable">/usr/bin/element-desktop</Path>
+ <Path fileType="data">/usr/share/applications/element.desktop</Path>
+ <Path fileType="data">/usr/share/element/LICENSE.electron.txt</Path>
+ <Path fileType="data">/usr/share/element/LICENSES.chromium.html</Path>
+ <Path fileType="data">/usr/share/element/chrome-sandbox</Path>
+ <Path fileType="data">/usr/share/element/chrome_100_percent.pak</Path>
+ <Path fileType="data">/usr/share/element/chrome_200_percent.pak</Path>
+ <Path fileType="data">/usr/share/element/element-desktop</Path>
+ <Path fileType="data">/usr/share/element/icudtl.dat</Path>
+ <Path fileType="data">/usr/share/element/libEGL.so</Path>
+ <Path fileType="data">/usr/share/element/libGLESv2.so</Path>
+ <Path fileType="data">/usr/share/element/libffmpeg.so</Path>
+ <Path fileType="data">/usr/share/element/libvk_swiftshader.so</Path>
+ <Path fileType="data">/usr/share/element/libvulkan.so</Path>
+ <Path fileType="data">/usr/share/element/locales/am.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/ar.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/bg.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/bn.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/ca.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/cs.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/da.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/de.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/el.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/en-GB.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/en-US.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/es-419.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/es.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/et.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/fa.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/fi.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/fil.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/fr.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/gu.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/he.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/hi.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/hr.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/hu.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/id.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/it.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/ja.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/kn.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/ko.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/lt.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/lv.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/ml.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/mr.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/ms.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/nb.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/nl.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/pl.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/pt-BR.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/pt-PT.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/ro.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/ru.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/sk.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/sl.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/sr.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/sv.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/sw.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/ta.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/te.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/th.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/tr.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/uk.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/vi.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/zh-CN.pak</Path>
+ <Path fileType="data">/usr/share/element/locales/zh-TW.pak</Path>
+ <Path fileType="data">/usr/share/element/resources.pak</Path>
+ <Path fileType="data">/usr/share/element/resources/app.asar</Path>
+ <Path fileType="data">/usr/share/element/resources/img/element.ico</Path>
+ <Path fileType="data">/usr/share/element/resources/img/element.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/0.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/0.js.LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/0.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/1.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/1.js.LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/1.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/2.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/2.js.LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/2.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/20.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/20.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/21.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/21.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/22.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/22.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/23.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/23.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/24.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/24.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/25.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/25.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/26.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/26.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/bundle.css</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/bundle.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/bundle.js.LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/bundle.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/compatibility-view.css</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/compatibility-view.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/compatibility-view.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/error-view.css</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/error-view.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/error-view.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/indexeddb-worker.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/indexeddb-worker.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/init.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/init.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/jitsi.css</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/jitsi.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/jitsi.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/mobileguide.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/mobileguide.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/riot-web-app.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/riot-web-app.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/riot-web-component-index.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/riot-web-component-index.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-dark-custom.css</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-dark-custom.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-dark-custom.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-dark.css</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-dark.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-dark.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-legacy-dark.css</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-legacy-dark.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-legacy-dark.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-legacy.css</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-legacy.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-legacy.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-light-custom.css</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-light-custom.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-light-custom.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-light.css</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-light.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/theme-light.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/usercontent.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/usercontent.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/vendors~init.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/vendors~init.js.LICENSE.txt</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/bundles/2bf2e97955bd40c82b34/vendors~init.js.map</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/config.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/contribute.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/decoder-ring/datatypes.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/decoder-ring/decoder.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/decoder-ring/index.html</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlX5qhExfHwNJU.2aafaa1.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlZ5qhExfHw.5476fd3.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71n5_zaDpwm80E.6bc411a.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inconsolata/QldXNThLqRwH-OJ1UHjlKGHiw71p5_zaDpwm.000abc6.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-Bold.79260e5.woff</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-Bold.aed2770.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-BoldItalic.8ef77a0.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-BoldItalic.e0879d6.woff</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-Italic.9528384.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-Italic.e4ad366.woff</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-Medium.7a8cc72.woff</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-Medium.f6cf0a0.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-MediumItalic.417907d.woff</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-MediumItalic.565a710.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-Regular.4dd66a1.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-Regular.7c53993.woff</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-SemiBold.1db6c55.woff</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-SemiBold.dd8a55e.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-SemiBoldItalic.81678d1.woff</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Inter/Inter-SemiBoldItalic.ac201e3.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Nunito/Nunito-Bold.e0e8a9f.ttf</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Nunito/Nunito-Regular.73a8196.ttf</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Nunito/Nunito-SemiBold.bca2d7f.ttf</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.5bb743a.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.fb38407.woff2</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/bg.4044924.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/ca.28c5d50.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/cs.ee48db0.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/da.affdbfa.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/de_DE.088894a.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/el.ef8fb44.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/en_EN.3d55d49.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/en_US.4e0451e.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/eo.94d7843.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/es.90a53cb.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/eu.56e7712.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/fi.fea485e.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/fr.6b02bee.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/gl.c10ae7d.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/hi.c7c8d1e.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/hu.0999b3a.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/is.369bd76.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/it.ae1ac0e.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/ja.4500e85.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/ko.22a6135.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/languages.5fafa1f.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/languages.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/lt.9b9b881.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/lv.dff4174.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/nb_NO.3b8d077.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/nl.191dcac.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/nn.c9ba134.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/pl.5232b16.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/pt.e813962.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/pt_BR.ac77939.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/ru.88ae135.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/sk.071ad51.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/sq.754f97d.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/sr.71292ee.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/sv.d45f863.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/te.3234605.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/th.bd3dd53.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/tr.58f5c0b.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/uk.af067d7.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/vls.438fbf1.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/zh_Hans.b67a042.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/i18n/zh_Hant.e883f69.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/camera.2f271b6.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/cancel-red.3d9df3d.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/cancel-small.495f44c.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/cancel-white.3709ff3.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/cancel.4b9715b.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/chevron-left.82128ee.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/download.4f331f0.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/e2e/lock-warning-filled.993fb6c.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/e2e/normal.4d9456f.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/e2e/verified.01f4dbe.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/e2e/warning.74ad9ea.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/call/fullscreen.43be138.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/call/hangup.a207e54.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/call/video-call.f465ed0.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/call/video-muted.7a89cd9.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/call/voice-call.303eba8.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/call/voice-muted.bc0ff47.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/call/voice-unmuted.5613640.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/community-members.cbb31c1.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/community-rooms.8f0b6c9.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/context-menu.829cc1a.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/hide.2b52315.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/leave.bb917e7.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/notifications.d298b39.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/composer/attach.359c84e.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/composer/emoji.144dfeb.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/composer/sticker.8dbe5ec.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/files.5709c0c.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/format-bar/bold.0d80ac7.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/format-bar/code.27444ba.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/format-bar/italic.bf18054.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/format-bar/quote.560cd8f.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/format-bar/strikethrough.0264f7b.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/in-call.a5007bf.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/integrations.1607a8f.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/invite.a9b4e0f.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/members.88c3e93.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/message-bar/edit.688678e.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/message-bar/emoji.8612164.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/message-bar/reply.5812741.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/pin.6ab67ed.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/search-inset.db6314d.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/settings/advanced.e079c15.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/settings/roles.bad9a9e.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/room/share.54dc3fb.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/roomlist/archived.226584d.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/roomlist/checkmark.a8c4d72.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/roomlist/dark-light-mode.f72b785.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/roomlist/favorite.ff7609d.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/roomlist/feedback.b9a3f53.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/roomlist/home.1b4edd5.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/roomlist/low-priority.6c7fb97.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/roomlist/notifications-default.8b8509e.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/roomlist/notifications-dm.ffa8881.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/roomlist/notifications-off.0c57561.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/security.66f2fa6.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/settings.6b381af.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/settings/appearance.cdebd40.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/settings/flair.4227a88.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/settings/help.68b703f.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/settings/lab-flags.6fbe5e2.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/settings/preference.82bfabd.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-icons/view-community.0cad1a5.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/element-logo.b8650b1.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/ellipsis.c2118e5.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/activity.921ec9f.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/custom.e1cd0fd.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/delete.f7344c5.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/flags.1a8855e.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/foods.c6b220a.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/nature.6540b99.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/objects.4d34f58.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/people.e918580.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/places.7310322.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/recent.13b42e2.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/search.973c315.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/emojipicker/symbols.15a557d.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/ems-logo.9cc945a.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/explore.32f6303.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/external-link.a8d3e9b.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/alert-triangle.38aca3a.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/bridge.b2ca042.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/cancel.23c2689.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/check.5745b4e.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/chevron-down.537efce.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/chevron-right.9c59704.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/chevron-up.90f4709.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/compass.1d4ab08.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/dropdown-arrow.1a22ebc.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/edit.fd55ec2.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/explore.a5769bb.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/eye.52aa0d2.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/favourites.215232c.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/files.d6a33b8.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/globe.f8e834b.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/group.e7f9021.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/help-circle.03fb6cf.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/home.55644be.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/image.a8671b8.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/life-buoy.8a302f4.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/lock-solid.3d8f17d.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/message-circle.b70b8d6.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/monitor.f07f712.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/plus.38ae979.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/search-input.044bfa7.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/secure-backup.329cb1c.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/secure-phrase.a9d3725.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/settings.cc405e6.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/sign-in.7022ff3.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/sign-out.fa2d962.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/smartphone.93bb43c.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/trash.custom.1e6ecd4.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/user.7a4d23d.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/warning-triangle.d050a38.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/widget/external-link.7ab6751.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/widget/maximise.dc32127.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/widget/minimise.aec9142.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/feather-customised/x.9662221.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/fileicon.a04644a.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/format/bold.38e6779.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/format/code.ea9f385.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/format/italics.4e279d1.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/format/quote.5843424.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/format/strikethrough.bac51cb.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/globe.83bc76a.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/hangup.a9def68.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-address-delete.40c8a04.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-context-mute-mentions.266796b.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-context-mute-off-copy.8b8d189.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-context-mute-off.b112ec4.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-context-mute.c8f99f3.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-email-pill-avatar.575ff20.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-email-user.af133ff.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-invite-people.d82f491.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-jump-to-bottom.ded64cf.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-jump-to-first-unread.2401872.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-pill-remove.7719165.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon-return.cb24475.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon_context.f8baf8d.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon_context_delete.f02c798.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon_context_fave.c05e648.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon_context_fave_on.dd832e0.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon_context_low.6ff73d9.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon_context_low_on.bb2628b.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon_context_person.034a4b2.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon_context_person_on.4f0232f.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icon_copy_message.f2eab28.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icons-close.11ff07c.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icons-create-room.817ede2.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icons-directory.a0cc9b7.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icons-groups.29180b0.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icons-people.af03c4c.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icons-room-add.bd36e26.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/icons-show-stickers.4e420bf.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/markdown.6905ba8.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/matrix-org-bw-logo.e8617d8.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/member_chevron.4163a20.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/minimise.871d2de.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/notif-active.6d534cc.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/notif-slider.e648344.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/plus.53bc1d6.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/riot-logo.7fb8451.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/room-continuation.1f243ce.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/room_replaced.80042bb.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/rotate-ccw.96d36a7.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/rotate-cw.b6a9518.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/search-icon-vector.c463bb6.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/social/email-1.1134895.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/social/facebook.d547f79.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/social/linkedin.ab157f6.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/social/reddit.eeab8e6.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/social/twitter-2.6517b36.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/spinner.0b29ec9.gif</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/spinner.a5c5b3b.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/stickerpack-placeholder.9c54c13.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/tick.fc8e192.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/typing-indicator-2x.0eb9f0e.gif</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/upload-big.4e229de.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/img/warning.05cc423.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/index.html</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/jitsi.html</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/jitsi_external_api.min.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/manifest.json</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/media/busy.mp3</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/media/busy.ogg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/media/callend.mp3</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/media/callend.ogg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/media/message.mp3</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/media/message.ogg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/media/ring.mp3</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/media/ring.ogg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/media/ringback.mp3</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/media/ringback.ogg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/mobile_guide/index.html</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/olm.35f4ef0.wasm</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/olm_legacy.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/static/incompatible-browser.html</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/static/unable-to-load.html</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/sw.js</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/themes/element/img/backgrounds/lake.jpg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/themes/element/img/download/apple.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/themes/element/img/download/fdroid.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/themes/element/img/download/google.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/themes/element/img/logos/element-logo.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/themes/element/img/logos/opengraph.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/usercontent/index.html</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/1024.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/120.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/1240x600.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/150.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/152.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/180.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/24.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/300.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/44.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/50.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/620x300.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/76.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/88.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-114.ddb87b5.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-114.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-120.b5d5cf5.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-120.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-144.fb7efa4.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-144.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-152.8b25947.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-152.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-180.991bfed.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-180.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-57.a40ca75.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-57.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-60.f236450.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-60.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-72.4e3da92.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-72.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-76.43d8809.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/apple-touch-icon-76.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/browserconfig.93cf611.xml</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/browserconfig.xml</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/favicon.878a87c.ico</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/favicon.ico</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/mstile-150.cd74849.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/mstile-150.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/mstile-310.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/mstile-310x150.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/vector-icons/mstile-70.png</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/welcome.html</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/welcome/images/icon-create-account.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/welcome/images/icon-help.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/welcome/images/icon-room-directory.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/welcome/images/icon-sign-in.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/welcome/images/logo.svg</Path>
+ <Path fileType="data">/usr/share/element/resources/webapp/welcome/images/matrix.svg</Path>
+ <Path fileType="data">/usr/share/element/snapshot_blob.bin</Path>
+ <Path fileType="data">/usr/share/element/swiftshader/libEGL.so</Path>
+ <Path fileType="data">/usr/share/element/swiftshader/libGLESv2.so</Path>
+ <Path fileType="data">/usr/share/element/v8_context_snapshot.bin</Path>
+ <Path fileType="data">/usr/share/element/vk_swiftshader_icd.json</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/element.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/element.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/24x24/apps/element.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/element.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/element.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/512x512/apps/element.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/element.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/96x96/apps/element.png</Path>
</Files>
+ <Replaces>
+ <Package>riot</Package>
+ </Replaces>
</Package>
<History>
- <Update release="66">
- <Date>2020-07-12</Date>
- <Version>1.6.8</Version>
+ <Update release="67">
+ <Date>2020-07-16</Date>
+ <Version>1.7.1</Version>
<Comment>Packaging update</Comment>
<Name>Silke Hofstra</Name>
<Email>silke@slxh.eu</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 8:13 PM (2 h, 46 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5822175
Default Alt Text
D9241.id22326.diff (104 KB)

Event Timeline