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

Update matrix-appservice-bridge and use our own alias for matrix-bot-sdk #609

Merged
merged 5 commits into from
Oct 10, 2024

Conversation

MTRNord
Copy link
Collaborator

@MTRNord MTRNord commented Oct 10, 2024

This builds. I didnt test it yet. Like needs the same changes to https://github.com/Gnuxie/matrix-protection-suite-for-matrix-bot-sdk

This is a requirement to fix #608 so we can use the key backup.

Docs PR: the-draupnir-project/draupnir-documentation#38

@@ -416,7 +416,8 @@ function patchMatrixClientForConciseExceptions() {
if (isMatrixError(path)) {
const matrixError = new MatrixError(
body as MatrixError["body"],
err.statusCode as number
err.statusCode as number,
err.headers as Record<string, string>
Copy link
Member

Choose a reason for hiding this comment

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

interesting that they changed this

package.json Show resolved Hide resolved
@MTRNord MTRNord requested a review from Gnuxie October 10, 2024 10:00
Copy link
Member

@Gnuxie Gnuxie left a comment

Choose a reason for hiding this comment

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

squishy squashy

@MTRNord MTRNord merged commit 8b03d64 into main Oct 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add recovery key handling to native crypto to keep element compatibility and support MSC4153
2 participants