diff --git a/packages/e/element-web/.files b/packages/e/element-web/.files
index 038482bcad5..5c56db7e028 100644
Binary files a/packages/e/element-web/.files and b/packages/e/element-web/.files differ
diff --git a/packages/e/element-web/.rev b/packages/e/element-web/.rev
index 428f625212f..649d2e86ffe 100644
--- a/packages/e/element-web/.rev
+++ b/packages/e/element-web/.rev
@@ -918,4 +918,33 @@ Version 1.11.66
* Reverse order of pinned message list (https://github.com/element-hq/matrix-react-sdk/pull/19). Contributed by @florianduros.
1205714
+
+ d3ec5553e0115d5bfda9c9cfa9d08cf5
+ 1.11.80
+
+ anag+factory
+ - Version 1.11.80
+ ## ✨ Features
+ * Add doc for 'force\_verification config option (https://github.com/element-hq/element-web/pull/28035). Contributed by @dbkr.
+ * Roll back change to device isolation mode (https://github.com/element-hq/matrix-react-sdk/pull/104). Contributed by @richvdh.
+ * Remove right panel toggling behaviour on room header buttons (https://github.com/element-hq/matrix-react-sdk/pull/100). Contributed by @t3chguy.
+ * Improve error display for messages sent from insecure devices (https://github.com/element-hq/matrix-react-sdk/pull/93). Contributed by @richvdh.
+ * Add labs option to exclude unverified devices (https://github.com/element-hq/matrix-react-sdk/pull/92). Contributed by @richvdh.
+ * Improve contrast for timestamps, date separators \& spotlight trigger (https://github.com/element-hq/matrix-react-sdk/pull/91). Contributed by @t3chguy.
+ * Open room settings on room header avatar click (https://github.com/element-hq/matrix-react-sdk/pull/88). Contributed by @t3chguy.
+ * Use `strong` over `b` for improved a11y semantics (https://github.com/element-hq/matrix-react-sdk/pull/41). Contributed by @t3chguy.
+ * Grant Element Call widget capabilities for "raise hand" feature (https://github.com/element-hq/matrix-react-sdk/pull/82). Contributed by @AndrewFerr.
+ * Mobile registration optimizations and tests (https://github.com/element-hq/matrix-react-sdk/pull/62). Contributed by @langleyd.
+ * Ignore chat effect when older than 48h (https://github.com/element-hq/matrix-react-sdk/pull/48). Contributed by @florianduros.
+ ## 🐛 Bug Fixes
+ * Update native OIDC callback url to be RFC8252 compliant (https://github.com/element-hq/element-web/pull/28096). Contributed by @t3chguy.
+ * Update icons to include transparency (https://github.com/element-hq/element-web/pull/28040). Contributed by @t3chguy.
+ * Fix default\_widget\_container\_height in sample config (https://github.com/element-hq/element-web/pull/28034). Contributed by @dbkr.
+ * Fix untranslated keys being rendered in `/help` dialog (https://github.com/element-hq/matrix-react-sdk/pull/90). Contributed by @t3chguy.
+ * Ensure timeline search results are visible even in video rooms (https://github.com/element-hq/matrix-react-sdk/pull/96). Contributed by @t3chguy.
+ * Pop right panel timeline when unmaximising widget to avoid double timeline (https://github.com/element-hq/matrix-react-sdk/pull/94). Contributed by @t3chguy.
+ * Fix accessible label on left panel spotlight trigger (https://github.com/element-hq/matrix-react-sdk/pull/87). Contributed by @t3chguy.
+ * Crypto: fix display of device key (https://github.com/element-hq/matrix-react-sdk/pull/86). Contributed by @richvdh.
+ 1206522
+
diff --git a/packages/e/element-web/element-web-1.11.79.tar.gz b/packages/e/element-web/element-web-1.11.79.tar.gz
deleted file mode 120000
index a516e6d8786..00000000000
--- a/packages/e/element-web/element-web-1.11.79.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeihi3lv4je4db5msrfppduhmt7vi6lbhizktconsg57k6nxrzsclxy
\ No newline at end of file
diff --git a/packages/e/element-web/element-web-1.11.80.tar.gz b/packages/e/element-web/element-web-1.11.80.tar.gz
new file mode 120000
index 00000000000..3882bd44131
--- /dev/null
+++ b/packages/e/element-web/element-web-1.11.80.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeignsy4nt72ixpzzk24pitipvdn6shci262kva2q54shsbm3564cye
\ No newline at end of file
diff --git a/packages/e/element-web/element-web.changes b/packages/e/element-web/element-web.changes
index 2dffa1fc1e9..7a7e0f7b3fe 100644
--- a/packages/e/element-web/element-web.changes
+++ b/packages/e/element-web/element-web.changes
@@ -1,3 +1,32 @@
+-------------------------------------------------------------------
+Wed Oct 9 09:28:16 UTC 2024 - Dominik Heidler
+
+- Version 1.11.80
+ ## ✨ Features
+
+ * Add doc for 'force\_verification config option (https://github.com/element-hq/element-web/pull/28035). Contributed by @dbkr.
+ * Roll back change to device isolation mode (https://github.com/element-hq/matrix-react-sdk/pull/104). Contributed by @richvdh.
+ * Remove right panel toggling behaviour on room header buttons (https://github.com/element-hq/matrix-react-sdk/pull/100). Contributed by @t3chguy.
+ * Improve error display for messages sent from insecure devices (https://github.com/element-hq/matrix-react-sdk/pull/93). Contributed by @richvdh.
+ * Add labs option to exclude unverified devices (https://github.com/element-hq/matrix-react-sdk/pull/92). Contributed by @richvdh.
+ * Improve contrast for timestamps, date separators \& spotlight trigger (https://github.com/element-hq/matrix-react-sdk/pull/91). Contributed by @t3chguy.
+ * Open room settings on room header avatar click (https://github.com/element-hq/matrix-react-sdk/pull/88). Contributed by @t3chguy.
+ * Use `strong` over `b` for improved a11y semantics (https://github.com/element-hq/matrix-react-sdk/pull/41). Contributed by @t3chguy.
+ * Grant Element Call widget capabilities for "raise hand" feature (https://github.com/element-hq/matrix-react-sdk/pull/82). Contributed by @AndrewFerr.
+ * Mobile registration optimizations and tests (https://github.com/element-hq/matrix-react-sdk/pull/62). Contributed by @langleyd.
+ * Ignore chat effect when older than 48h (https://github.com/element-hq/matrix-react-sdk/pull/48). Contributed by @florianduros.
+
+ ## 🐛 Bug Fixes
+
+ * Update native OIDC callback url to be RFC8252 compliant (https://github.com/element-hq/element-web/pull/28096). Contributed by @t3chguy.
+ * Update icons to include transparency (https://github.com/element-hq/element-web/pull/28040). Contributed by @t3chguy.
+ * Fix default\_widget\_container\_height in sample config (https://github.com/element-hq/element-web/pull/28034). Contributed by @dbkr.
+ * Fix untranslated keys being rendered in `/help` dialog (https://github.com/element-hq/matrix-react-sdk/pull/90). Contributed by @t3chguy.
+ * Ensure timeline search results are visible even in video rooms (https://github.com/element-hq/matrix-react-sdk/pull/96). Contributed by @t3chguy.
+ * Pop right panel timeline when unmaximising widget to avoid double timeline (https://github.com/element-hq/matrix-react-sdk/pull/94). Contributed by @t3chguy.
+ * Fix accessible label on left panel spotlight trigger (https://github.com/element-hq/matrix-react-sdk/pull/87). Contributed by @t3chguy.
+ * Crypto: fix display of device key (https://github.com/element-hq/matrix-react-sdk/pull/86). Contributed by @richvdh.
+
-------------------------------------------------------------------
Wed Oct 2 12:43:47 UTC 2024 - Dominik Heidler
diff --git a/packages/e/element-web/element-web.spec b/packages/e/element-web/element-web.spec
index ddbc8f9d7ba..a8e737159a2 100644
--- a/packages/e/element-web/element-web.spec
+++ b/packages/e/element-web/element-web.spec
@@ -17,10 +17,10 @@
Name: element-web
-Version: 1.11.79
+Version: 1.11.80
Release: 0
Summary: A glossy Matrix collaboration client - web files
-License: Apache-2.0
+License: AGPL-3.0-only or GPL-3.0-only
Group: Productivity/Networking/Talk/Clients
URL: https://github.com/vector-im/element-web
Source0: https://github.com/vector-im/element-web/archive/v%{version}.tar.gz#/element-web-%{version}.tar.gz
@@ -66,7 +66,7 @@ DIST_VERSION=%{version} ./scripts/package.sh
pushd dist || exit 1
tar xf element-%{version}.tar.gz
popd
-cp LICENSE dist/element-%{version}/LICENSE
+cp -v LICENSE* dist/element-%{version}/
%install
install -d -m 0755 %{buildroot}%{_datadir}/webapps/element
@@ -79,7 +79,7 @@ install -m 0644 config.sample.json "%{buildroot}%{_sysconfdir}/webapps/element/c
%fdupes %{buildroot}%{_datadir}/webapps/element/
%files
-%license LICENSE
+%license LICENSE-AGPL-3.0 LICENSE-GPL-3.0
%dir %{_datadir}/webapps
%{_datadir}/webapps/element
%dir %{_sysconfdir}/webapps
diff --git a/packages/e/element-web/npm-packages-offline-cache.tar.gz b/packages/e/element-web/npm-packages-offline-cache.tar.gz
index 3bc2da83c58..1d78920e84b 120000
--- a/packages/e/element-web/npm-packages-offline-cache.tar.gz
+++ b/packages/e/element-web/npm-packages-offline-cache.tar.gz
@@ -1 +1 @@
-/ipfs/bafybeicfu4uav7ljt5gxq53k4acmi6tuaeb7ewbdm5lbot3vnhqcjnkh3m
\ No newline at end of file
+/ipfs/bafybeifl4p7dj33pzcvo4k63cypcu4sn32qrtn4dvwy2amguwlchwwkuzy
\ No newline at end of file