Allow getting group count during generation
| @@ -3505,11 +3505,6 @@ async function countGroupMemberCallback() { | ||
| 3505 | 3505 | return ''; |
| 3506 | 3506 | } |
| 3507 | 3507 | |
| 3508 | - if (is_group_generating) { | |
| 3509 | - toastr.warning('Cannot run /member-count command while the group reply is generating.'); | |
| 3510 | - return ''; | |
| 3511 | - } | |
| 3512 | - | |
| 3513 | 3508 | return getGroupMembers(selected_group).length; |
| 3514 | 3509 | } |
| 3515 | 3510 | |