aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UserStore.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-22 11:04:50 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-22 11:04:50 +0200
commit8440d51cef61297eb34a193d6a3ad420a0947340 (patch)
treec92b9f96dbcc570ddcfbd595c9dca97421b74ea9 /src/stores/UserStore.js
parentAdd development info to README (diff)
downloadferdium-app-8440d51cef61297eb34a193d6a3ad420a0947340.tar.gz
ferdium-app-8440d51cef61297eb34a193d6a3ad420a0947340.tar.zst
ferdium-app-8440d51cef61297eb34a193d6a3ad420a0947340.zip
Add support to use custom servers
Diffstat (limited to 'src/stores/UserStore.js')
-rw-r--r--src/stores/UserStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/UserStore.js b/src/stores/UserStore.js
index 104416f06..bd451661a 100644
--- a/src/stores/UserStore.js
+++ b/src/stores/UserStore.js
@@ -84,7 +84,7 @@ export default class UserStore extends Store {
84 84
85 // Reactions 85 // Reactions
86 this.registerReactions([ 86 this.registerReactions([
87 this._requireAuthenticatedUser, 87 // this._requireAuthenticatedUser,
88 this._getUserData.bind(this), 88 this._getUserData.bind(this),
89 ]); 89 ]);
90 } 90 }