PLT-5073 Improve performance of /channels/view endpoint (#4881)
* Improve performance of /channels/view endpoint * Fix store unit test
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
ffd6ccde2e
Коммит
217cdf447a
@@ -11,7 +11,6 @@ import (
|
||||
type ChannelView struct {
|
||||
ChannelId string `json:"channel_id"`
|
||||
PrevChannelId string `json:"prev_channel_id"`
|
||||
Time int64 `json:"time"`
|
||||
}
|
||||
|
||||
func (o *ChannelView) ToJson() string {
|
||||
|
||||
Ссылка в новой задаче
Block a user