@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix an issue where followup tasks could fail to queue with string priorities

Auditors: chad

+1 -1
+1 -1
src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php
··· 214 214 $class, 215 215 $data, 216 216 array( 217 - 'priority' => $this->getPriority(), 217 + 'priority' => (int)$this->getPriority(), 218 218 )); 219 219 } 220 220 }