Remove legacy reference to hasDirectProfile (#4308)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d4c9123acf
Коммит
64f81762cb
@@ -254,9 +254,6 @@ function handleUserUpdatedEvent(msg) {
|
|||||||
const user = msg.data.user;
|
const user = msg.data.user;
|
||||||
if (UserStore.getCurrentId() !== user.id) {
|
if (UserStore.getCurrentId() !== user.id) {
|
||||||
UserStore.saveProfile(user);
|
UserStore.saveProfile(user);
|
||||||
if (UserStore.hasDirectProfile(user.id)) {
|
|
||||||
UserStore.saveDirectProfile(user);
|
|
||||||
}
|
|
||||||
UserStore.emitChange(user.id);
|
UserStore.emitChange(user.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user