chore: Follow up low priority

This commit is contained in:
Christian Kußowski 2026-03-13 19:12:38 +01:00
parent 74c3277eb6
commit ac24b86a3a
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

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