remove redundant filter query, NoteFolderName

This commit is contained in:
spaced4ndy
2024-01-05 17:08:25 +04:00
parent 7c13b48898
commit 4ccdd3a2da
6 changed files with 23 additions and 23 deletions

View File

@@ -408,7 +408,7 @@ data ChatCommand
| DeleteGroupLink GroupName
| ShowGroupLink GroupName
| SendGroupMessageQuote {groupName :: GroupName, contactName_ :: Maybe ContactName, quotedMsg :: Text, message :: Text}
| ClearNoteFolder NoteFolderName
| ClearNoteFolder
| LastChats (Maybe Int) -- UserId (not used in UI)
| LastMessages (Maybe ChatName) Int (Maybe String) -- UserId (not used in UI)
| LastChatItemId (Maybe ChatName) Int -- UserId (not used in UI)