Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2961889
D25191.1739170540.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25191.1739170540.diff
View Options
diff --git a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
--- a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
+++ b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
@@ -1033,12 +1033,22 @@
count($rem),
$this->renderSubscriberList($rem, 'rem'));
} else if ($add) {
+ if ($this->isSelfSubscription()) {
+ return pht(
+ '%s subscribed.',
+ $this->renderHandleLink($author_phid));
+ }
return pht(
'%s added %d subscriber(s): %s.',
$this->renderHandleLink($author_phid),
count($add),
$this->renderSubscriberList($add, 'add'));
} else if ($rem) {
+ if ($this->isSelfSubscription()) {
+ return pht(
+ '%s unsubscribed.',
+ $this->renderHandleLink($author_phid));
+ }
return pht(
'%s removed %d subscriber(s): %s.',
$this->renderHandleLink($author_phid),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 10, 06:55 (16 h, 5 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1131761
Default Alt Text
D25191.1739170540.diff (1 KB)
Attached To
Mode
D25191: Auto-subscription: little less verbose
Attached
Detach File
Event Timeline
Log In to Comment