Disallow activated on hidden continue in group
| @@ -877,7 +877,7 @@ async function generateGroupWrapper(by_auto_mode, type = null, params = {}) { | ||
| 877 | 877 | } |
| 878 | 878 | } |
| 879 | 879 | else if (type === 'swipe' || type === 'continue') { |
| 880 | 880 | activatedMembers = activateSwipe(group.members, { allowSystem: type === 'continue'false }); |
| 881 | 881 | |
| 882 | 882 | if (activatedMembers.length === 0) { |
| 883 | 883 | toastr.warning(t`Deleted group member swiped. To get a reply, add them back to the group.`); |