Forums Bug Reports Thread

No wiki coverage for group-conversation management (Invite, Rename, Leave, Archive) in Direct Messages

Patrick Bass · Jun 6 · 14 · 1 Locked
[Major] [High Priority] [Bug Fixed] [Always Reproduces]
🚀 OP Jun 6, 2026 5:50pm

Area: Messaging & chat (audit p4) · Surface: /messages/{id} conversation toolbar (Invite/Rename/Leave/Archive); routes POST /messages/{id}/rename, /invite, /leave, /archive, /unarchive · Dimension: documentation · Severity: major

Members can create group DMs and manage them (invite more people, rename the thread, leave, archive/unarchive) directly from the conversation header, but mobieusKnow has zero documentation for any of these. The direct-messages article stops at 1:1 basics. Searching the wiki for 'rename conversation' or 'archive conversation' returns 'No results'. This violates Law 7 (every user-facing feature documented in mobieusKnow).

Evidence

Shipped user-facing controls exist in platform/templates/messages/conversation.php:103-118 — `data-modal-open="inviteModal"` (Invite), `data-modal-open="renameModal"` (Rename), `<form action="/messages/.../leave"` button "Leave", `<form action="/messages/.../archive"` button "Archive". Handlers are real: MessageController.php:1413 renameConversation, :1452 inviteToConversation, :1552 leaveConversation, :1602 archiveConversation, :1659 unarchiveConversation. Wiki search returns nothing: `curl 'https://support.mobieus.io/know/search?q=rename+conversation'` → body contains 'No results' (only link is /know/index); `curl '.../search?q=archive+conversation'` → 'No results'. The /know/direct-messages article (HTTP 200, fetched) lists reactions, typing, attachments, group conversations, read receipts but explicitly does NOT mention rename, invite, leave, or archive. The /know/index has no link mentioning these (grep for 'archiv|rename|leave conversation' on saved index → no matches; only 'Invite' which links the unrelated invite-system article).

Suggested fix. Extend /know/direct-messages (or add a 'Managing conversations' section/article) covering: starting and managing group conversations, inviting members (note: blocked if either party has a block between them, per the invite modal hint), renaming a group (max 120 chars, blank clears), leaving a group, and archiving/unarchiving. Link it from the Messaging section of /know/index.

Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.


Patrick Bass
@mobieus

🚀 Jun 7, 2026 9:52am

Resolved. Wiki article published to support.mobieus.io/know. Commit 666953da. Index page updated with link to the new article.

Status: fixed. Thread closed.


Patrick Bass
@mobieus

Log in or register to reply to this thread.