Fix build issues w/ clang
This commit is contained in:
parent
6a14188cc4
commit
8d04236fbd
2 changed files with 1 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue