Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15413899
D16039.id38589.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
982 B
Referenced Files
None
Subscribers
None
D16039.id38589.diff
View Options
diff --git a/src/applications/people/storage/PhabricatorUser.php b/src/applications/people/storage/PhabricatorUser.php
--- a/src/applications/people/storage/PhabricatorUser.php
+++ b/src/applications/people/storage/PhabricatorUser.php
@@ -568,29 +568,6 @@
return $this->getUserSetting(PhabricatorPronounSetting::SETTINGKEY);
}
- public function loadPreferences() {
- if ($this->preferences) {
- return $this->preferences;
- }
-
- $preferences = null;
- if ($this->getPHID()) {
- $preferences = id(new PhabricatorUserPreferencesQuery())
- ->setViewer($this)
- ->withUsers(array($this))
- ->executeOne();
- }
-
- if (!$preferences) {
- $preferences = new PhabricatorUserPreferences();
- $preferences->setUserPHID($this->getPHID());
- $preferences->attachUser($this);
- }
-
- $this->preferences = $preferences;
- return $preferences;
- }
-
public function loadEditorLink(
$path,
$line,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 9:54 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7386579
Default Alt Text
D16039.id38589.diff (982 B)
Attached To
Mode
D16039: Remove PhabricatorUser->loadPreferences()
Attached
Detach File
Event Timeline
Log In to Comment