| 877 | } | 877 | } |
| 878 | } | 878 | } |
| 879 | else if (type === 'swipe' || type === 'continue') { | 879 | else if (type === 'swipe' || type === 'continue') { |
| 880 | activatedMembers = activateSwipe(group.members, { allowSystem: type === 'continue' }); | 880 | activatedMembers = activateSwipe(group.members, { allowSystem: false }); |
| 881 | | 881 | |
| 882 | if (activatedMembers.length === 0) { | 882 | if (activatedMembers.length === 0) { |
| 883 | toastr.warning(t`Deleted group member swiped. To get a reply, add them back to the group.`); | 883 | toastr.warning(t`Deleted group member swiped. To get a reply, add them back to the group.`); |