docs(web): expand chat module reference (docs-06)#135
Merged
Conversation
✅ Deploy Preview for mystifying-borg-373afd canceled.
|
❌ Deploy Preview for trusting-goodall-362511 failed.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
conduit-web | 3a64918 | Commit Preview URL Branch Preview URL |
Jun 22 2026, 11:40 AM |
This was referenced Jun 22, 2026
This was referenced Jun 22, 2026
Document rooms, sockets, invitations hook flow, admin routes, and explicit_room_joins configuration from the Conduit chat module source.
Split optional auth vs login redirect behavior, document redirect config keys, and note pre-fix /hook/invitations route mismatch.
kkopanidis
force-pushed
the
docs/chat-module
branch
from
June 22, 2026 11:39
8320cc9 to
3a64918
Compare
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.
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Summary
The chat module page was a thin overview — enough to get started, but missing the details teams hit when wiring realtime messaging: invitation flows, socket event contracts, admin operator routes, and
explicit_room_joinsbehavior.This PR expands
apps/web/content/docs/modules/chat.mdxfrom the Conduitmodules/chatsource so developers can:connectToRoom,message,messagesRead, server pushes)/hook/chat/invitations/{accept|decline}/{token}email deep-link flowexplicit_room_joins,router.hostUrl, and related chat module settingsOther information:
Docs batch: docs-06 (chat module)