cipher/public/js
King Omar 726d9d53ba Add read receipts, disappearing messages, and group invite links
Receipts: messages now carry a shared client id (mid); recipients send
delivered/read receipts over the E2E relay, rendered as ✓/✓✓ ticks (blue
when read). Groups aggregate — ticks turn on once every member acks.

Disappearing messages: per-chat timer (Off..1 week) stored locally and
synced to peers via an encrypted config control message; messages carry a
ttl and a client-side sweeper deletes them from both sides on schedule.

Group invite links: new group_invites table + /groups/:id/invite (mint/
revoke) and /groups/join routes. Group info gains "Add people" and
"Invite via link" (shareable URL + QR); opening a #join=<token> link joins
the group and re-syncs every member's roster over the relay.

store.js v3 adds a mid index + getByMid/put/sweepExpired; SW cache v9.
Verified: 12 live server tests (invite/join/add/revoke/leave) + 11
store unit tests (receipts, sweep, meta) all green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 18:32:24 +10:00
..
vendor Add multi-device key sync: QR device linking + encrypted recovery code 2026-07-22 13:04:46 +10:00
accounts.js Fix: namespace encrypted store per-account so two accounts can coexist on one browser 2026-07-22 02:48:00 +10:00
api.js Add read receipts, disappearing messages, and group invite links 2026-07-22 18:32:24 +10:00
app.js Add read receipts, disappearing messages, and group invite links 2026-07-22 18:32:24 +10:00
call.js Add WebRTC E2E voice/video calling (1:1) 2026-07-22 13:21:52 +10:00
crypto.js Add multi-device key sync: QR device linking + encrypted recovery code 2026-07-22 13:04:46 +10:00
store.js Add read receipts, disappearing messages, and group invite links 2026-07-22 18:32:24 +10:00