Allow disabling notification inline reply

Is temporarily required for encrypted rooms
This commit is contained in:
Tobias Fella
2022-02-12 22:33:10 +01:00
parent 1661d34d7c
commit cba88e1af7
3 changed files with 18 additions and 9 deletions

View File

@@ -239,7 +239,8 @@ void RoomListModel::handleNotifications()
sender->displayname(room),
notification["event"].toObject()["content"].toObject()["body"].toString(),
avatar_image,
notification["event"].toObject()["event_id"].toString());
notification["event"].toObject()["event_id"].toString(),
true);
}
}
});