mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
remove delete tag if empty
This commit is contained in:
@@ -1040,7 +1040,6 @@ tagDirectChat db contactId tId =
|
||||
untagDirectChat :: DB.Connection -> User -> ContactId -> ChatTagId -> IO ()
|
||||
untagDirectChat db user contactId tId = do
|
||||
untagDirectChat' db contactId tId
|
||||
deleteChatTagIfEmpty db user tId
|
||||
|
||||
untagDirectChat' :: DB.Connection -> ContactId -> ChatTagId -> IO ()
|
||||
untagDirectChat' db contactId tId =
|
||||
|
||||
@@ -2324,7 +2324,6 @@ tagGroupChat db groupId tId =
|
||||
untagGroupChat :: DB.Connection -> User -> GroupId -> ChatTagId -> IO ()
|
||||
untagGroupChat db user gId tId = do
|
||||
untagGroupChat' db gId tId
|
||||
deleteChatTagIfEmpty db user tId
|
||||
|
||||
untagGroupChat' :: DB.Connection -> GroupId -> ChatTagId -> IO ()
|
||||
untagGroupChat' db groupId tId =
|
||||
|
||||
Reference in New Issue
Block a user