diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-12 01:07:10 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-12 01:07:10 +0200 |
commit | 801af1864c6497d4af4a4da568cf0f120e2abfdb (patch) | |
tree | abe5e7857b29cae5a7b5de4877a9f556c29d2c25 /src | |
parent | Update Qt version in README (diff) | |
download | nheko-801af1864c6497d4af4a4da568cf0f120e2abfdb.tar.xz |
Fix off-by-1 in insertRows when loading room list from initial sync
Diffstat (limited to 'src')
-rw-r--r-- | src/timeline/RoomlistModel.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/timeline/RoomlistModel.cpp b/src/timeline/RoomlistModel.cpp |