🐞🔧:point the Discord invites at live ones - #886
Merged
Conversation
All four invites in SUPPORT.md had expired. Discord answers `Unknown Invite` for every one, so the document sending people to the preferred support venue sent them nowhere. The replacements resolve to #off-topic, #support and #general in the OpenINF Community server, checked against Discord's API. Both `#support` labels now name the same invite. They were two distinct codes for one channel, which is how one of them went stale unnoticed. Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is> Assisted-by: Claude-Code:claude-opus-5
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.
Every Discord invite in
SUPPORT.mdhad expired. Checked against Discord's APIrather than by clicking:
So the document that names Discord as the preferred venue, over a Matrix room
it describes as mostly defunct, was sending everyone nowhere at all.
The replacements resolve to the right channels in the OpenINF Community server:
The two support labels
[`#support` channel]and[support-channel-discord]were two differentinvite codes for the same channel, and both are used in the same paragraph.
They now name the same invite. Two codes for one destination is how one of them
went stale without anyone noticing.
Why this repository
SUPPORT.mdhere is the source.openinf.github.iogeneratescollections/_docs/support.mdfrom it at build time viacompile.siteifyHealthFiles, and its own ignore file says fixes applied thereare overwritten on the next build. So this is the only place the change holds.
The same three invites are being fixed on the OpenINF home page separately, in
OpenINF/openinf.github.io#1833, where they are hardcoded rather than generated.
Checks
Every reference-style link in the file still resolves to a definition. I did
not run
pnpm testfor this one: the change is four URLs inside a linkdefinition block, and the toolchain install is a large cost for that. Say the
word if you would rather it ran.