Make breakpoints in Client::startSyncing() const
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Fri, Mar 27
Mon, Mar 23
Sat, Mar 14
Check if it still crashes if we cut off network after opening
The RoomModel in libkazv should remember more than the current text-only localDraft. Should also store the state of e.g. editing or replying.
Pinned messages page: Modify the behaviour so that when the pinned messages action is triggered, the pinned messages page will replace the room page. Then, add an action in pinned messages page to return to the room page. Leave it that way until we refactor PageRow in T182 .
Some pages are left unmodified.
Fri, Mar 13
I don't think we want to do this. The benefits of keeping Crypto a value type isn't great. For example, it delays saving of the crypto state, which can cause problems in the case of a crash / kill of the process. A solution might be to make Crypto a dependency of the store instead.
Wed, Mar 11
Mon, Mar 9
Sat, Mar 7
Wed, Mar 4
Mon, Mar 2
Feb 21 2026
Feb 14 2026
Feb 13 2026
Feb 1 2026
Jan 31 2026
After thinking this is not a good move because it actually adds unnecessary comparisons and is bad for running time
Done in https://iron.lily-is.land/D229
Jan 24 2026
Jan 23 2026
To be resolved altogether with the event store (well, if we aren't displaying all of the events then we should be fine)
Upstream bug fixed, closing because I can no longer reproduce.
Jan 10 2026
Jan 8 2026
Jan 2 2026
Oct 13 2025
Oct 9 2025
Oct 1 2025
Sep 30 2025
Instead of sync forever in Client, we can do one sync cycle in the function, and give control to the user of libkazv. Then, in kazv we can implement the retry logic.
Sep 18 2025
FileHandler analyzes eventContent, checks whether it is encrypted and contains thumbnails, and performs download/cache.