1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-24 14:30:56 +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:
epriestley 2013-08-12 08:20:10 -07:00
parent 563f3ea236
commit a02075698c

View file

@ -71,6 +71,7 @@ final class PonderQuestionViewController extends PonderController {
'device' => true,
'title' => 'Q'.$question->getID().' '.$question->getTitle(),
'dust' => true,
'pageObjects' => array($question->getPHID()),
));
}