Delete all group chats with a group.

This commit is contained in:
Cohee
2023-06-04 21:41:22 +03:00
parent d35436921e
commit eb01bcb7c1
2 changed files with 19 additions and 6 deletions

View File

@@ -1005,7 +1005,7 @@ function select_group_chats(groupId, skipAnimation) {
}
$("#dialogue_popup").data("group_id", groupId);
callPopup("<h3>Delete the group?</h3>", "del_group");
callPopup('<h3>Delete the group?</h3><p>This will also delete all your chats with that group. If you want to delete a single conversation, select a "View past chats" option in the lower left menu.</p>', "del_group");
});
updateFavButtonState(group?.fav ?? false);