@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make viewing a user's profile page clear notifications about that user

Summary: Ref T13222. See PHI996. This is a general correctness improvement, but also allows you to clear test notifications by clicking on them (since their default destination is the recipient's profile page).

Test Plan: Clicked a test notification, got taken to my profile page, saw notification marked as read.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13222

Differential Revision: https://secure.phabricator.com/D19867

+4
+4
src/applications/people/controller/PhabricatorPeopleProfileViewController.php
··· 74 74 ->setTitle($user->getUsername()) 75 75 ->setNavigation($nav) 76 76 ->setCrumbs($crumbs) 77 + ->setPageObjectPHIDs( 78 + array( 79 + $user->getPHID(), 80 + )) 77 81 ->appendChild( 78 82 array( 79 83 $home,