@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 letter case

vrana 6623a721 8ddd9c7a

+1 -1
+1 -1
src/infrastructure/edges/constants/PhabricatorEdgeConfig.php
··· 47 47 const TYPE_QUESTION_HAS_VOTING_USER = 17; 48 48 const TYPE_VOTING_USER_HAS_QUESTION = 18; 49 49 const TYPE_ANSWER_HAS_VOTING_USER = 19; 50 - CONST TYPE_VOTING_USER_HAS_ANSWER = 20; 50 + const TYPE_VOTING_USER_HAS_ANSWER = 20; 51 51 52 52 const TYPE_TEST_NO_CYCLE = 9000; 53 53