mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 22:10:55 +01:00
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:
parent
563f3ea236
commit
a02075698c
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ final class PonderQuestionViewController extends PonderController {
|
|||
'device' => true,
|
||||
'title' => 'Q'.$question->getID().' '.$question->getTitle(),
|
||||
'dust' => true,
|
||||
'pageObjects' => array($question->getPHID()),
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue