@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 typo: discsussions → discussions

Test Plan: Read again the sentence.

Reviewers: joshuaspence, #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D15316

authored by

Sébastien Santoro and committed by
epriestley
a4db6f38 42566379

+1 -1
+1 -1
src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php
··· 173 173 174 174 // Don't mention the same object more than once every 10 minutes 175 175 // in public channels, so we avoid spamming the chat over and over 176 - // again for discsussions of a specific revision, for example. 176 + // again for discussions of a specific revision, for example. 177 177 178 178 $target_name = $original_message->getTarget()->getName(); 179 179 if (empty($this->recentlyMentioned[$target_name])) {