fix: assert for GUI thread in getters instead of get(I)App (#5102)

This commit is contained in:
nerix
2024-01-18 20:50:57 +01:00
committed by GitHub
parent 6fed9dc42a
commit 4f2ca3b174
3 changed files with 50 additions and 5 deletions
+1 -1
View File
@@ -119,7 +119,7 @@
- Dev: Channels without any animated elements on screen will skip updates from the GIF timer. (#5042, #5043, #5045)
- Dev: Autogenerate docs/plugin-meta.lua. (#5055)
- Dev: Refactor `NetworkPrivate`. (#5063)
- Dev: Refactor `Paths` & `Updates`, focusing on reducing their singletoniability. (#5092)
- Dev: Refactor `Paths` & `Updates`, focusing on reducing their singletoniability. (#5092, #5102)
- Dev: Removed duplicate scale in settings dialog. (#5069)
- Dev: Fix `NotebookTab` emitting updates for every message. (#5068)
- Dev: Added benchmark for parsing and building recent messages. (#5071)