Allow removing group members while generating Fixes #3389

5257a45bdea425c1b42180fd15dddddc22449766

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -5Showing whitespace changes
public/scripts/slash-commands.js+0 -5
@@ -3141,11 +3141,6 @@ async function removeGroupMemberCallback(_, arg) {
31413141 return '';
31423142 }
31433143
3144- if (is_group_generating) {
3145- toastr.warning('Cannot run /memberremove command while the group reply is generating.');
3146- return '';
3147- }
3148-
31493144 const chid = findGroupMemberId(arg);
31503145
31513146 if (chid === undefined) {