Allow removing group members while generating Fixes #3389
| @@ -3141,11 +3141,6 @@ async function removeGroupMemberCallback(_, arg) { | |||
| 3141 | return ''; | 3141 | return ''; |
| 3142 | } | 3142 | } |
| 3143 | 3143 | ||
| 3144 | if (is_group_generating) { | ||
| 3145 | toastr.warning('Cannot run /memberremove command while the group reply is generating.'); | ||
| 3146 | return ''; | ||
| 3147 | } | ||
| 3148 | |||
| 3149 | const chid = findGroupMemberId(arg); | 3144 | const chid = findGroupMemberId(arg); |
| 3150 | 3145 | ||
| 3151 | if (chid === undefined) { | 3146 | if (chid === undefined) { |