register PreviewPost for RPC connections (#18452)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b0f26cedf2
Коммит
ef639973b7
@@ -168,6 +168,7 @@ func init() {
|
|||||||
gob.Register(&model.AutocompleteDynamicListArg{})
|
gob.Register(&model.AutocompleteDynamicListArg{})
|
||||||
gob.Register(&model.AutocompleteStaticListArg{})
|
gob.Register(&model.AutocompleteStaticListArg{})
|
||||||
gob.Register(&model.AutocompleteTextArg{})
|
gob.Register(&model.AutocompleteTextArg{})
|
||||||
|
gob.Register(&model.PreviewPost{})
|
||||||
}
|
}
|
||||||
|
|
||||||
// These enforce compile time checks to make sure types implement the interface
|
// These enforce compile time checks to make sure types implement the interface
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user