Skip to content
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

Element-R: Implement VerificationRequest.{timeout,pending} #3532

Merged
merged 3 commits into from
Jul 3, 2023

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Jun 29, 2023

A couple of little methods on VerificationRequest

Part of element-hq/element-web#25320

Based on #3526


This change is marked as an internal change (Task), so will not be included in the changelog.

@richvdh richvdh added the T-Task Tasks for the team like planning label Jun 29, 2023
@@ -55,7 +55,7 @@
],
"dependencies": {
"@babel/runtime": "^7.12.5",
"@matrix-org/matrix-sdk-crypto-js": "^0.1.0-alpha.11",
"@matrix-org/matrix-sdk-crypto-js": "^0.1.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v0.1.0 adds timeRemainingMillis

@richvdh richvdh added T-Enhancement T-Task Tasks for the team like planning and removed T-Task Tasks for the team like planning T-Enhancement labels Jun 29, 2023
@richvdh richvdh force-pushed the rav/element-r/35_verification_request_methods branch from 0b2fc15 to 59f5728 Compare June 29, 2023 15:10
@richvdh richvdh marked this pull request as ready for review June 29, 2023 16:34
@richvdh richvdh requested review from a team as code owners June 29, 2023 16:34
@richvdh richvdh requested review from justjanne and andybalaam and removed request for a team June 29, 2023 16:34
@richvdh richvdh force-pushed the rav/element-r/33_accept_request branch from 7a1ddec to 1b8c1ca Compare June 29, 2023 19:44
@richvdh richvdh force-pushed the rav/element-r/35_verification_request_methods branch from 59f5728 to 5c99c48 Compare June 29, 2023 19:45
Base automatically changed from rav/element-r/33_accept_request to develop July 3, 2023 11:16
@richvdh richvdh force-pushed the rav/element-r/35_verification_request_methods branch from 5c99c48 to 283a08a Compare July 3, 2023 11:19
@richvdh richvdh enabled auto-merge July 3, 2023 11:19
* Rust crypto: allow using a memory store

It turns out that, for some usecases (in particular, "bot users" for cypress
tests), we don't need persistent storage and an in-memory store will be fine.

* Rust crypto: use a memory store for the unit tests
Merged via the queue into develop with commit 3a694f4 Jul 3, 2023
@richvdh richvdh deleted the rav/element-r/35_verification_request_methods branch July 3, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants