feat(messaging-ui): presence + live-unread adapter seams

Add optional MessagingAdapter.setFocus(threadId) and subscribeActivity(cb)
so hosts can report the foregrounded thread (backend suppresses push for it)
and drive live conversation-list refresh on any thread's activity. Messenger
wires focus/blur presence + activity-driven refetch. Published as 0.1.7.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-23 15:26:07 +05:30
parent d1d4b56201
commit 745a23823a
3 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@insignia/iios-messaging-ui",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",