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

Conpherence - actually remove route from feedback in D12215

Summary: pebkac issue of some sort and I didn't actually commit removing the defunct /conpherence/room/ uri route

Test Plan: made a new room and it worked

Reviewers: chad, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+1 -4
+1 -4
src/applications/conpherence/application/PhabricatorConpherenceApplication.php
··· 36 36 '(?P<id>[1-9]\d*)/' => 'ConpherenceViewController', 37 37 'columnview/' => 'ConpherenceColumnViewController', 38 38 'new/' => 'ConpherenceNewController', 39 - 'room/' => array( 40 - '(?:query/(?P<queryKey>[^/]+)/)?' => 'ConpherenceRoomListController', 41 - 'new/' => 'ConpherenceNewRoomController', 42 - ), 39 + 'room/new/' => 'ConpherenceNewRoomController', 43 40 'search/(?:query/(?P<queryKey>[^/]+)/)?' 44 41 => 'ConpherenceRoomListController', 45 42 'panel/' => 'ConpherenceNotificationPanelController',