fix: request more historical messages on wake (#5018)

This commit is contained in:
iProdigy
2023-12-16 06:38:35 -06:00
committed by GitHub
parent 5f8c4c6b66
commit e75ce5db54
8 changed files with 48 additions and 19 deletions
+1
View File
@@ -88,6 +88,7 @@
- Dev: Move `clang-tidy` checker to its own CI job. (#4996)
- Dev: Refactored the Image Uploader feature. (#4971)
- Dev: Fixed deadlock and use-after-free in tests. (#4981)
- Dev: Load less message history upon reconnects. (#5001, #5018)
- Dev: Load less message history upon reconnects. (#5001)
- Dev: BREAKING: Replace custom `import()` with normal Lua `require()`. (#5014)
- Dev: Fixed most compiler warnings. (#5028)