Forums Bug Reports Thread

mobieusChat admin (chat rooms) has no mobieusKnow article — and live_chat is default-on for every tier

Patrick Bass · Jun 6 · 8 · 1 Locked
[Major] [High Priority] [Bug Fixed] [Always Reproduces]
🚀 OP Jun 6, 2026 7:37pm

Area: Admin plane (audit p12) · Surface: /admin/chat-rooms (AdminChatRoomController) · Dimension: documentation · Severity: major

mobieusChat is enabled by default on every tenant tier, but there is no mobieusKnow article documenting the admin surface (creating/updating/archiving rooms, muting/unmuting users, uploading custom emoji, suggest-topic). No chat article of any kind exists in the wiki index. Tenant admins running a default-on feature have zero documentation for how to manage it.

Evidence

Live wiki index is authoritative (controller redirects /know -> /know/index; KnowledgeController::index lists all pages, no admin-feature pagination). curl of /know/index (HTTP 200, 78619 bytes) enumerates all 71 articles; grep for any chat article returns nothing: `grep -oiE '/know/[a-z0-9-]*chat[a-z0-9-]*' know_index_L.html` => (empty). Direct probes: `curl /know/chat-rooms` => HTTP 404, `curl /know/live-chat` => HTTP 404. Feature is shippable and ON by default: FeatureCatalog.php:130 `'live_chat' => ['label' => 'mobieusChat', ... 'default' => true ... 'Available on every tier; ungated by plan.']`. AdminChatRoomController gates on `features->require('live_chat')` then `requireRole(4)` and renders admin/chat-rooms/index (createRoom, archiveRoom, muteUser, uploadEmoji, etc.).

Suggested fix. Author /know/chat-rooms (or /know/mobieuschat-admin) covering room creation, per-forum vs tenant-wide rooms, moderation (mute/unmute/remove), custom emoji upload, and the AI suggest-topic helper; link it from the Admin & Configuration and Community sections 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.