You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rooms support (new) - Added full ROOM flow in Contacts/DM: Login / Open room, auto-login with default hello + password fallback, reliable send after login, and sender name visibility in room messages.
Quick compose safety: Free text first - In DM/Channel compose quick menu, Free text is now always first, so accidental immediate send of newest preset is less likely.
Quick compose clarity: Send labels - Saved quick presets are now shown as Send: ..., making it explicit that selecting that row sends immediately.
Favorites visibility in type tabs - Favorited contacts are no longer hidden from contacts/repeaters/rooms/sensors; they remain visible both in favs and their normal type tab.
DM long-press menu stability - Opening DM action menu from long-press no longer auto-jumps back into conversation on leftover extra ENTER press.
Channel actions enter-guard - Entering Channel Actions now has the same short activation guard, so held/extra ENTER does not instantly toggle mute or confirm destructive actions.
Delete/Clear flow safety - Contact actions now revalidate contact existence before action and avoid re-running destructive paths on stale/deleted objects.
Post-delete navigation hardening - After Remove conversation / Delete contact, UI exits through a safe target path to prevent repeated delete prompts on back navigation.