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

SetUser on Timeline UIExample

Summary: Fixes T9103, sets the user

Test Plan: visit uiexamples timeline

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9103

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

+1
+1
src/applications/uiexample/examples/PHUITimelineExample.php
··· 196 196 } 197 197 198 198 $timeline = id(new PHUITimelineView()); 199 + $timeline->setUser($user); 199 200 foreach ($events as $event) { 200 201 $timeline->addEvent($event); 201 202 }