Allow removing group members while generating

Fixes #3389
This commit is contained in:
Cohee
2025-01-31 22:10:36 +02:00
parent 9a03aac224
commit 5257a45bde

View File

@ -3141,11 +3141,6 @@ async function removeGroupMemberCallback(_, arg) {
return '';
}
if (is_group_generating) {
toastr.warning('Cannot run /memberremove command while the group reply is generating.');
return '';
}
const chid = findGroupMemberId(arg);
if (chid === undefined) {