diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-10-20 01:01:18 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-10-20 01:01:18 +0200 |
commit | 74128cf8bd4d22bc001d840f5b6f7510cc400327 (patch) | |
tree | d7e0de5658188304afb77cf61f42c0872ca381ae /src/timeline | |
parent | bump mtxclient to fix notification bug (diff) | |
download | nheko-74128cf8bd4d22bc001d840f5b6f7510cc400327.tar.xz |
Fix excessive summary calls
Diffstat (limited to 'src/timeline')
-rw-r--r-- | src/timeline/TimelineModel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp index 6aa81d8b..5ffd7415 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp @@ -3003,6 +3003,7 @@ TimelineModel::parentSpace() break; } } + parentChecked = true; } return parentSummary.get(); |