You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/devindex/services/OptIn.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ class OptIn extends Base {
313
313
commentBody+=`**Already in Queue (Skipped):**\n${alreadyTracked.map(u=>`- @${u}`).join('\n')}\n\n`;
314
314
}
315
315
if(blocked.length>0){
316
-
commentBody+=`**Opted Out (Skipped):**\n${blocked.map(u=>`- @${u}`).join('\n')}\n\n`;
316
+
commentBody+=`**Opted Out (Skipped):**\n${blocked.map(u=>`- @${u}`).join('\n')}\n*(Note: Users who have explicitly opted out can only opt back in themselves.)*\n\n`;
0 commit comments