1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp
index 854d57d7..2ed64b6b 100644
--- a/src/ChatPage.cpp
+++ b/src/ChatPage.cpp
@@ -526,7 +526,7 @@ ChatPage::ChatPage(QSharedPointer<UserSettings> userSettings, QWidget *parent)
connect(this,
&ChatPage::highlightedNotifsRetrieved,
this,
- [this](const mtx::responses::Notifications ¬if) {
+ [](const mtx::responses::Notifications ¬if) {
try {
cache::client()->saveTimelineMentions(notif);
} catch (const lmdb::error &e) {
|