Write-lock when refiltering
This commit is contained in:
parent
c502aa4245
commit
0e49b5f972
1
TODO.md
1
TODO.md
|
@ -11,6 +11,7 @@
|
||||||
- fix left rooms opacity
|
- fix left rooms opacity
|
||||||
- fix escape keybinds (filter rooms, message selection)
|
- fix escape keybinds (filter rooms, message selection)
|
||||||
- fix nio 429
|
- fix nio 429
|
||||||
|
- fix python getting stuck when loading large room
|
||||||
|
|
||||||
- account delegates refactor
|
- account delegates refactor
|
||||||
- lag when switching accounts
|
- lag when switching accounts
|
||||||
|
|
|
@ -55,6 +55,7 @@ class ModelFilter(ModelProxy):
|
||||||
|
|
||||||
|
|
||||||
def refilter(self) -> None:
|
def refilter(self) -> None:
|
||||||
|
with self._write_lock:
|
||||||
take_out = []
|
take_out = []
|
||||||
bring_back = []
|
bring_back = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user