Merge pull request #2703 from krille-chan/krille/follow-up-low-priority

chore: Follow up low priority
This commit is contained in:
Krille-chan 2026-03-13 19:37:32 +01:00 committed by GitHub
commit 4a8773c67b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -578,6 +578,7 @@ class ChatListController extends State<ChatList>
], ],
), ),
), ),
if (!room.isLowPriority)
PopupMenuItem( PopupMenuItem(
value: ChatContextAction.favorite, value: ChatContextAction.favorite,
child: Row( child: Row(
@ -595,6 +596,7 @@ class ChatListController extends State<ChatList>
], ],
), ),
), ),
if (!room.isFavourite)
PopupMenuItem( PopupMenuItem(
value: ChatContextAction.lowPriority, value: ChatContextAction.lowPriority,
child: Row( child: Row(