ref #83597 Рефакторинг системы поиска менеджера

This commit is contained in:
Shchedrin Andrei 2022-07-15 13:25:31 +03:00
parent 28241f8a8e
commit a26bc83d80

View File

@ -722,7 +722,7 @@ type (
}
WsEventUserOnlineUpdatedData struct {
User *UserRef `json:"user"`
User *UsersResponseItem `json:"user"`
Online bool `json:"online"`
}