User Details
- User Since
- Mar 15 2024, 2:52 PM (104 w, 1 d)
Yesterday
Make breakpoints in Client::startSyncing() const
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.
Move display codes and pending events into VerificationProcess
Fri, Mar 13
better tests and error handling
What if one party sends a bad key event? Should test that it correctly sends a cancel event of invalid_message
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.
mmore tests and error handling
Thu, Mar 12
Move state into VerificationProcess
Wed, Mar 11
more error handling
Mon, Mar 9
Clear password before showing dialog
Sat, Mar 7
Tue, Mar 3
Add some validations
Mon, Mar 2
Sat, Feb 21
Yes you are right I think it's a change in the newer version of flatpak-cargo-generator.
Fri, Feb 20
Mon, Feb 16
Sat, Feb 14
doc failure is resolved in https://iron.lily-is.land/D281