docs(alerts): add Matrix alerts page#121
Merged
Merged
Conversation
Documents the Matrix alert provider added in GameServerManagers/LinuxGSM#4901. Covers getting an access token, using the internal room ID (not a room alias or space ID), the requirement for an unencrypted room (no E2EE support), and a note on homeserver .well-known delegation.
This file contains hidden or 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
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.
Summary
Adds an
alerts/matrix.mdpage documenting the Matrix alert provider added in GameServerManagers/LinuxGSM#4901 (which currently links todocs.linuxgsm.com/alerts/matrix, a 404 until this lands). Also adds it to the alerts nav in SUMMARY.md.Content
Written against what was actually verified end-to-end while reviewing #4901:
!...:server), not a room alias (#...) or a space ID — the space-vs-room mix-up is an easy trap and was hit during testing..well-knowndelegation (matrix.org -> matrix-client.matrix.org) as a fallback if the bare domain fails.Related