From 548535be1f9ce4a5be8cbc8e83ac7caa864d3724 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 17 Feb 2022 11:34:53 +0000 Subject: [PATCH] Fix delayed badge update for mentions in encrypted rooms (#7813) (#7828) * Fix delayed badge update for mentions in encrypted rooms Fixes https://github.com/vector-im/element-web/issues/20859 More detail on the issue * Remove unused import * Fix listener removal