Fix profile loading in RHS on refresh
Этот коммит содержится в:
@@ -164,6 +164,10 @@ class UserStoreClass extends EventEmitter {
|
||||
}
|
||||
|
||||
getProfile(userId) {
|
||||
if (userId === this.getCurrentId()) {
|
||||
return this.getCurrentUser();
|
||||
}
|
||||
|
||||
return this.getProfiles()[userId];
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user