register PreviewPost for RPC connections (#18452)

Этот коммит содержится в:
Christopher Poile
2021-09-23 13:27:09 -04:00
коммит произвёл GitHub
родитель b0f26cedf2
Коммит ef639973b7

Просмотреть файл

@@ -168,6 +168,7 @@ func init() {
gob.Register(&model.AutocompleteDynamicListArg{})
gob.Register(&model.AutocompleteStaticListArg{})
gob.Register(&model.AutocompleteTextArg{})
gob.Register(&model.PreviewPost{})
}
// These enforce compile time checks to make sure types implement the interface