remove delete tag if empty

This commit is contained in:
Diogo
2024-12-16 10:16:20 +00:00
parent f6d32ef6e8
commit 7fb72d6a90
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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 =
-1
View File
@@ -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 =