-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[Notifier] Add Matrix bridge #20548
Merged
Merged
[Notifier] Add Matrix bridge #20548
+6
−0
Conversation
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 was referenced Jan 8, 2025
OskarStark
approved these changes
Jan 8, 2025
fabpot
added a commit
to symfony/symfony
that referenced
this pull request
Feb 14, 2025
This PR was squashed before being merged into the 7.3 branch. Discussion ---------- [Notifier] Add Matrix bridge | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT Docs PR: symfony/symfony-docs#20548 Recipe PR: symfony/recipes#1374 Added a new notifier bridge for Matrix Synapse. Whats implemented in this? - sends message to roomID when roomID or userID or roomAlias (see above) is given as recipient - fetches roomID of private room when userID is given as recipient, if no room is available it will be created and the recipiant will be invited to join - fetches roomID when roomAlias is given as recipient Whats not implemented at the moment? - end-to-end encryption, all messages will be unencrypted even if E2E enabled in the room. Commits ------- af8b15d [Notifier] Add Matrix bridge
symfony-splitter
pushed a commit
to symfony/framework-bundle
that referenced
this pull request
Feb 14, 2025
This PR was squashed before being merged into the 7.3 branch. Discussion ---------- [Notifier] Add Matrix bridge | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT Docs PR: symfony/symfony-docs#20548 Recipe PR: symfony/recipes#1374 Added a new notifier bridge for Matrix Synapse. Whats implemented in this? - sends message to roomID when roomID or userID or roomAlias (see above) is given as recipient - fetches roomID of private room when userID is given as recipient, if no room is available it will be created and the recipiant will be invited to join - fetches roomID when roomAlias is given as recipient Whats not implemented at the moment? - end-to-end encryption, all messages will be unencrypted even if E2E enabled in the room. Commits ------- af8b15d0d7d [Notifier] Add Matrix bridge
symfony-splitter
pushed a commit
to symfony/notifier
that referenced
this pull request
Feb 14, 2025
This PR was squashed before being merged into the 7.3 branch. Discussion ---------- [Notifier] Add Matrix bridge | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT Docs PR: symfony/symfony-docs#20548 Recipe PR: symfony/recipes#1374 Added a new notifier bridge for Matrix Synapse. Whats implemented in this? - sends message to roomID when roomID or userID or roomAlias (see above) is given as recipient - fetches roomID of private room when userID is given as recipient, if no room is available it will be created and the recipiant will be invited to join - fetches roomID when roomAlias is given as recipient Whats not implemented at the moment? - end-to-end encryption, all messages will be unencrypted even if E2E enabled in the room. Commits ------- af8b15d0d7d [Notifier] Add Matrix bridge
OskarStark
reviewed
Feb 14, 2025
OskarStark
approved these changes
Feb 15, 2025
xabbuh
approved these changes
Feb 16, 2025
Thank you Frank. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Doc PR for