Mock-up built as the real thing (ad1cbcf7) so it can be judged in place — one T200 line under the room name in Room Settings → General, no card, no icons, no controls:

1. Paste today. RoomInput.tsx:406-423 handlePaste: first the file paste hook (useFilePasteHandler.ts — images/files → upload board), then, only when…
Verified first (headless): after pasting an image the focus stayed in the composer and the caption field needed a click; Enter in the composer did send upload + caption together, Enter in the…
Inventory (2026-09-20)
What exists today
State of play (2026-09-20, code audit with file:line)
1. Sending while offline. mx.sendMessage(...) (RoomInput.tsx:317/356/365/613) goes through the SDK's MatrixScheduler with the…
Done in 082b8fc8.
- Context menu → "Add to Section ▸": every
u.<name>tag in use across your rooms as a checkable item (✓ when this room is in it; click toggles), plus a "New section…"…
Done in c6c2e88d — one tile, Settings → General → Storage.
- Total from
navigator.storage.estimate()vs quota; Chromium'susageDetailsbreakdown when present (IndexedDB = sync cache +…
Done in dc0d5249.
- Record: while joined,
lotus-call-session={roomId, deviceId, joinedAt, lastSeen, microphone, video}in localStorage (device-local, never synced), heartbeat every 30 s…