diff options
| author | Hiers <47784553+Hiers@users.noreply.github.com> | 2022-09-11 23:05:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-11 23:05:20 +0000 |
| commit | 8071b192b8cecf0b0f422d74678038dd3afbe3bc (patch) | |
| tree | e5340dccf4ad742a86199e82758a9de5eff038fb /src/timeline/RoomlistModel.cpp | |
| parent | Merge pull request #1163 from foresto/log-options (diff) | |
| download | nheko-8071b192b8cecf0b0f422d74678038dd3afbe3bc.tar.xz | |
Line to indicate first unread message (#1147)
* First draft of unread line feature. * Minor visual fix. * Removed unnecessary ternary operator. * Extended unread line functionality to work on minimised window or focusing another window. * Fix for unread line not showing when last read message is hidden. * Minor performance improvement. Fix for misbehaving event2order DB at application start. * Fix for possible performance issues when user has joined a large number of rooms. * Fix for breaking macos and clazy builds. * Changed on windows focus function to refresh unread line if room is unread. * Unread line is removed when user sends a message. * Linting. * Fixed unread line to work in standalone room windows. * Switch isRoomUnread for index 0. * Merged try/catch blocks. * Fix for crash on opening a room invite. * Call fullyReadEventId function when used instead of storing it and passing it through. * Function that was meant to sync the unread line was relying on an async function, oops. * Linting again. * More linting... * Minor changes.
Diffstat (limited to 'src/timeline/RoomlistModel.cpp')
| -rw-r--r-- | src/timeline/RoomlistModel.cpp | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/src/timeline/RoomlistModel.cpp b/src/timeline/RoomlistModel.cpp |
