When viewing a Ponder question, clear notifications about it
Summary: Fixes T3703. Clear question notifications when viewing a question. Test Plan: Gave a question a token, logged in as author, saw notification, viewed question page, notification was marked read. Reviewers: chad, btrahan Reviewed By: chad CC: aran Maniphest Tasks: T3703 Differential Revision: https://secure.phabricator.com/D6723
This commit is contained in:
@@ -71,6 +71,7 @@ final class PonderQuestionViewController extends PonderController {
|
|||||||
'device' => true,
|
'device' => true,
|
||||||
'title' => 'Q'.$question->getID().' '.$question->getTitle(),
|
'title' => 'Q'.$question->getID().' '.$question->getTitle(),
|
||||||
'dust' => true,
|
'dust' => true,
|
||||||
|
'pageObjects' => array($question->getPHID()),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user