1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-02 01:48:23 +01:00

Clear notifications about commits when viewing them

Summary: We were missing this option on the response, so notifications about commits (e.g., tokens given) don't clear when viewing the commit.

Test Plan: Gave a commit a token with user A, viewed notification with user B, viewed commit with user B and verified notification cleared.

Reviewers: garoevans, btrahan

Reviewed By: garoevans

CC: aran

Differential Revision: https://secure.phabricator.com/D6041
This commit is contained in:
epriestley 2013-05-25 08:46:06 -07:00
parent f9f19f2fdc
commit 9acc91d691

View file

@ -360,6 +360,7 @@ final class DiffusionCommitController extends DiffusionController {
$content,
array(
'title' => $commit_id,
'pageObjects' => array($commit->getPHID()),
'dust' => true,
));
}