Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15413521
D20255.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
675 B
Referenced Files
None
Subscribers
None
D20255.id.diff
View Options
diff --git a/src/applications/conduit/management/PhabricatorConduitCallManagementWorkflow.php b/src/applications/conduit/management/PhabricatorConduitCallManagementWorkflow.php
--- a/src/applications/conduit/management/PhabricatorConduitCallManagementWorkflow.php
+++ b/src/applications/conduit/management/PhabricatorConduitCallManagementWorkflow.php
@@ -58,6 +58,10 @@
'No such user "%s" exists.',
$as));
}
+
+ // Allow inline generation of user caches for the user we're acting
+ // as, since some calls may read user preferences.
+ $actor->setAllowInlineCacheGeneration(true);
} else {
$actor = $viewer;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 7:27 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7714367
Default Alt Text
D20255.id.diff (675 B)
Attached To
Mode
D20255: Fix an exception with user cache generation in "bin/conduit call --as <user>"
Attached
Detach File
Event Timeline
Log In to Comment