@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.

Add pageObjects to Macro

Summary: Fixes T9442

Test Plan: Like a macro, log out, switch to notchad, clear notification by visiting page

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9442

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

+1
+1
src/applications/macro/controller/PhabricatorMacroViewController.php
··· 92 92 ), 93 93 array( 94 94 'title' => $title_short, 95 + 'pageObjects' => array($macro->getPHID()), 95 96 )); 96 97 } 97 98