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
···1515 return $this;
1616 }
17171818+ public function newPanel() {
1919+ $panel = new PHUICurtainPanelView();
2020+ $this->addPanel($panel);
2121+2222+ // By default, application panels go at the bottom of the curtain, below
2323+ // extension panels.
2424+ $panel->setOrder(100000);
2525+2626+ return $panel;
2727+ }
2828+1829 public function setActionList(PhabricatorActionListView $action_list) {
1930 $this->actionList = $action_list;
2031 return $this;