feat(core/mark_as_seen): close menu on click

- sort rule features
This commit is contained in:
rhunk
2023-11-29 22:35:46 +01:00
parent 78c28a8c9e
commit 4046d1a506
4 changed files with 12 additions and 3 deletions

View File

@ -31,8 +31,8 @@ enum class MessagingRuleType(
val listMode: Boolean,
val showInFriendMenu: Boolean = true
) {
AUTO_DOWNLOAD("auto_download", true),
STEALTH("stealth", true),
AUTO_DOWNLOAD("auto_download", true),
AUTO_SAVE("auto_save", true),
HIDE_FRIEND_FEED("hide_friend_feed", false, showInFriendMenu = false),
E2E_ENCRYPTION("e2e_encryption", false),