famedly / matrix-dart-sdk

Matrix SDK written in pure Dart.
GNU Affero General Public License v3.0
49 stars 31 forks source link

fix: Correctly store lastEvent in database after decryption #1866

Closed krille-chan closed 1 week ago

krille-chan commented 2 weeks ago

fixes https://github.com/famedly/product-management/issues/2106

coder-with-a-bushido commented 2 weeks ago

Code looks good to me and I will test this once. Could you pls write a unit test for this like mentioned in the issue?

krille-chan commented 2 weeks ago

Code looks good to me and I will test this once. Could you pls write a unit test for this like mentioned in the issue?

ah, this is tricky but I can try