WIP(multiassign): resume shared completion implementation

This commit is contained in:
SabreCat
2021-11-11 16:32:30 -06:00
parent 1f81e1971b
commit fa99458ca4
7 changed files with 80 additions and 120 deletions

View File

@@ -234,11 +234,6 @@ export default function scoreTask (options = {}, req = {}, analytics) {
exp: user.stats.exp,
};
if (
task.group && task.group.approval && task.group.approval.required
&& !task.group.approval.approved && !(task.type === 'todo' && cron)
) return 0;
// This is for setting one-time temporary flags,
// such as streakBonus or itemDropped. Useful for notifying
// the API consumer, then cleared afterwards