Disallow activated on hidden continue in group

0d1bd413b6a8ceed40315194c9d3a460bade9a4c

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

1 files changed, +1 -1Ignore whitespace
public/scripts/group-chats.js+1 -1
@@ -877,7 +877,7 @@ async function generateGroupWrapper(by_auto_mode, type = null, params = {}) {
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 });
881881
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.`);