@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 audio editing!

Summary: This capability was replaced with an application-wide "manage" capability. It's checked for just above.

Test Plan: Edited audio!

Reviewers: btrahan, ljalonen, chad

Reviewed By: chad

CC: aran

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

-1
-1
src/applications/macro/controller/PhabricatorMacroAudioController.php
··· 22 22 ->requireCapabilities( 23 23 array( 24 24 PhabricatorPolicyCapability::CAN_VIEW, 25 - PhabricatorPolicyCapability::CAN_EDIT, 26 25 )) 27 26 ->withIDs(array($this->id)) 28 27 ->executeOne();