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

Fix missing property on PhabricatorYoutubeRemarkupRule

Fixes T8545.

Auditors: joshuaspence

+2
+2
src/infrastructure/markup/rule/PhabricatorYoutubeRemarkupRule.php
··· 2 2 3 3 final class PhabricatorYoutubeRemarkupRule extends PhutilRemarkupRule { 4 4 5 + private $uri; 6 + 5 7 public function getPriority() { 6 8 return 350.0; 7 9 }