Support for pinned messages #49
1 changed files with 1 additions and 0 deletions
correctly mark when pinning isnt available yet
commit
91283e7c4d
|
|
@ -264,6 +264,7 @@ class RoomChat extends HookConsumerWidget {
|
|||
),
|
||||
))
|
||||
PopupMenuItem(
|
||||
enabled: isPinned != null,
|
||||
onTap: isPinned == null
|
||||
? null
|
||||
: () async {
|
||||
|
|
|
|||
Loading…
Reference in a new issue