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

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

View File

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