@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 $classes not imploding properly in list view

Summary: Fixes the persistent chat hyperlinks showing.

Test Plan: Open persistent chat, no longer see the hyperlinks showing. Close and open chat. Edit room.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+1 -1
+1 -1
src/view/phui/PHUIListItemView.php
··· 249 249 $name = phutil_tag( 250 250 'span', 251 251 array( 252 - 'class' => $classes, 252 + 'class' => implode(' ', $classes), 253 253 ), 254 254 array( 255 255 $this->name,