Set notification category
This commit is contained in:
parent
c03e4c1261
commit
9b25ef3c0d
2 changed files with 3 additions and 0 deletions
|
|
@ -1527,6 +1527,8 @@ Cache::saveState(const mtx::responses::Sync &res)
|
|||
if (auto fr = std::get_if<
|
||||
mtx::events::AccountDataEvent<mtx::events::account_data::FullyRead>>(&evt)) {
|
||||
nhlog::db()->debug("Fully read: {}", fr->content.event_id);
|
||||
emit removeNotification(QString::fromStdString(room.first),
|
||||
QString::fromStdString(fr->content.event_id));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue