Support for pinned messages #49

Merged
Henry-Hiles merged 24 commits from istalri/nexus:support_pinned_messages into main 2026-07-14 19:29:47 -04:00
Showing only changes of commit 91283e7c4d - Show all commits

correctly mark when pinning isnt available yet

Henry Hiles 2026-07-14 16:54:45 -04:00
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -264,6 +264,7 @@ class RoomChat extends HookConsumerWidget {
),
))
PopupMenuItem(
enabled: isPinned != null,
onTap: isPinned == null
? null
: () async {