Page MenuHomePhabricator

D10625.id25506.diff
No OneTemporary

D10625.id25506.diff

diff --git a/src/applications/tokens/feed/PhabricatorTokenGivenFeedStory.php b/src/applications/tokens/feed/PhabricatorTokenGivenFeedStory.php
--- a/src/applications/tokens/feed/PhabricatorTokenGivenFeedStory.php
+++ b/src/applications/tokens/feed/PhabricatorTokenGivenFeedStory.php
@@ -53,4 +53,13 @@
return $title;
}
+ public function renderAsTextForDoorkeeper(
+ DoorkeeperFeedStoryPublisher $publisher) {
+ // TODO: This is slightly wrong, as it does not respect implied context
+ // on the publisher, so it will always say "awarded D123 a token" when it
+ // should sometimes say "awarded this revision a token".
+ return $this->renderText();
+ }
+
+
}

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 15, 11:04 PM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7659893
Default Alt Text
D10625.id25506.diff (687 B)

Event Timeline