mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 09:30:47 +03:00
Fix switching between thread showing stale messages in some circumstances
This commit is contained in:
parent
7ebf0c0032
commit
d7af10f06d
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ TimelineFilter::startFiltering()
|
|||
incrementalSearchIndex = 0;
|
||||
emit isFilteringChanged();
|
||||
invalidateFilter();
|
||||
beginResetModel();
|
||||
endResetModel();
|
||||
|
||||
continueFiltering();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue