Add support for desktop notifications (#192)

This commit is contained in:
Benjamin Grosse 2024-03-22 00:46:46 +00:00 committed by GitHub
parent c63f8d98d5
commit 0c52375e06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 845 additions and 30 deletions

View file

@ -1437,6 +1437,8 @@ impl<'a> StatefulWidget for Scrollback<'a> {
.need_load
.insert(state.room_id.to_owned(), Need::MESSAGES);
}
info.draw_last = self.store.application.draw_curr;
}
}