-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/edit e2e #384
Feature/edit e2e #384
Conversation
+ Edit History / support e2e and use original event
+ e2e reply of edit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some comment
keysClaimed = result.claimedEd25519Key?.let { k -> mapOf("ed25519" to k) }, | ||
forwardingCurve25519KeyChain = result.forwardingCurve25519KeyChain | ||
) | ||
} catch (e: MXCryptoError) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do something here?
keysClaimed = result.claimedEd25519Key?.let { k -> mapOf("ed25519" to k) }, | ||
forwardingCurve25519KeyChain = result.forwardingCurve25519KeyChain | ||
) | ||
} catch (e: MXCryptoError) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same remark
} | ||
} | ||
|
||
if (it.eventId == eventId) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not comfortable with the apply
here, because, there is 3 different eventId
in the class...
I need to create a new Issue to handle decryption error when doing incremental edit aggregation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #143
Fixes #314
Fixes #152