Select the types of activity you want to include in your feed.
@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
···7979 if (data.editor) {
8080 menu.addItem(new JX.PhabricatorMenuItem(
8181 pht('Open in Editor'),
8282- JX.bind(null, location.assign, data.editor), // Open in the same window.
8282+ // Open in the same window.
8383+ JX.bind(location, location.assign, data.editor),
8384 data.editor));
8485 }
8586