mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-17 04:22:01 +00:00
wip
This commit is contained in:
@@ -1306,7 +1306,6 @@ processChatCommand cxt nm = \case
|
||||
gInfo <- withFastStore $ \db -> getGroupInfo db cxt user chatId
|
||||
filesInfo <- withFastStore' $ \db -> getGroupFileInfo db user gInfo
|
||||
deleteCIFiles user filesInfo
|
||||
cleanupGroupRosterFile user gInfo
|
||||
withFastStore' $ \db -> deleteGroupChatItemsMessages db user gInfo
|
||||
membersToDelete <- withFastStore' $ \db -> getGroupMembersForExpiration db cxt user gInfo
|
||||
forM_ membersToDelete $ \m -> withFastStore' $ \db -> deleteGroupMember db user m
|
||||
|
||||
Reference in New Issue
Block a user