-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix webhooks not being handled when profile changes are forbidden (#1019
) * Ignore setting displayname when forbidden by homeserver. * changelog * Check avatars too * Update bot-sdk to 0.7.1-element.8 * Extend mock
- Loading branch information
Showing
7 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fix hookshot failing to handle incoming webhooks when it is unable to change a user's displayname. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ | |
"jira-client": "^8.2.2", | ||
"markdown-it": "^14.0.0", | ||
"matrix-appservice-bridge": "^9.0.1", | ||
"matrix-bot-sdk": "npm:@vector-im/[email protected].7", | ||
"matrix-bot-sdk": "npm:@vector-im/[email protected].8", | ||
"matrix-widget-api": "^1.10.0", | ||
"micromatch": "^4.0.8", | ||
"mime": "^4.0.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7034,10 +7034,10 @@ matrix-appservice@^2.0.0: | |
js-yaml "^4.1.0" | ||
morgan "^1.10.0" | ||
|
||
"matrix-bot-sdk@npm:@vector-im/[email protected].7": | ||
version "0.7.1-element.7" | ||
resolved "https://registry.yarnpkg.com/@vector-im/matrix-bot-sdk/-/matrix-bot-sdk-0.7.1-element.7.tgz#577b5c0060af1c9a8b3eb6f4373f692d57b786ac" | ||
integrity sha512-L9t22ODzSf/6D7H7yZ4ygTsuG00xvX4UcSNoz4AN+q2drEyYPNzpE5PjkxmsuSOMip/3bEf3G0oy/QVSvJ+pFA== | ||
"matrix-bot-sdk@npm:@vector-im/[email protected].8": | ||
version "0.7.1-element.8" | ||
resolved "https://registry.yarnpkg.com/@vector-im/matrix-bot-sdk/-/matrix-bot-sdk-0.7.1-element.8.tgz#fffbbd7044834ba1e35778200203977b6ee6f07d" | ||
integrity sha512-dvQpkeit+RhbyiSUgOVLwqCaS1rVi0ScWt5JbqM0NrOkR0xWaMUF+Lu8/PdsV7vRgfgh09mprBSjIFvHdoQgcg== | ||
dependencies: | ||
"@matrix-org/matrix-sdk-crypto-nodejs" "0.3.0-beta.1" | ||
"@types/express" "^4.17.21" | ||
|