@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.

Minor, fix obvious typo in Aphlict server error handling.

+1 -1
+1 -1
support/aphlict/server/aphlict_server.js
··· 153 153 }); 154 154 155 155 socket.on('error', function (e) { 156 - log(cliient_name + 'Uncaught error in send server: ' + e); 156 + log(client_name + 'Uncaught error in send server: ' + e); 157 157 }); 158 158 }).listen(config.port); 159 159