- Shipped
- August 5, 2026 at 11:45 PM UTC
- Author
- kamo
- Commit
- 0a14677
Adds a footer action to the compose window that creates a meeting with the organization's configured provider and writes its join link into the body wherever the caret happens to be. Distinct from the meeting-invite toggle beside it: that attaches a calendar invitation with a time, attendees and reminders, while this is the one-click "here is a room, come whenever" case that only needs a URL in the prose. The caret is tracked across the blur the click would otherwise cause, so the link lands where the member was typing rather than at the top of the message. The create-and-linkify step the invite composer already had is now shared, so there is one definition of how a meeting becomes a link — Kamo's own /meet/join/<id> redirect, which is provider-aware and signs Kamo members in at click time.