Tests are currently failing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
We'll also need to update:
- https://github.com/CommE2E/comm/blob/master/native/package.json#L87 <-- this one is easy
- https://github.com/CommE2E/comm/blob/master/keyserver/package.json#L44 <-- probably easiest to publish our own version and just consume that
- https://github.com/CommE2E/comm/blob/master/web/package.json#L60 <-- probably easiest to publish our own version and just consume that
This is how to release: https://gitlab.matrix.org/matrix-org/olm#release-process
keyserver/flow-typed/npm/@matrix-org/olm_vx.x.x.js | ||
---|---|---|
35 ↗ | (On Diff #23810) | Changes we might need here if we take the "caller owns rotation" approach:
|
Comment Actions
Two quick notes:
- I think we're still missing get_unpublished_prekey_json here – see my GitHub PR comment for more details
- This diff appears to modify the libdef for @matrix-org/olm, but in reality it only applies to @commapp/olm. Later diffs in this stack swap out the former for the latter, so this diff should not be landed without the rest of the diffs in the stack