register additional gob types to support arrays and dicts in post props (#8412)
Этот коммит содержится в:
коммит произвёл
Derrick Anderson
родитель
a3320e0ce3
Коммит
a434fe7637
@@ -610,4 +610,6 @@ func ConnectAPI(conn io.ReadWriteCloser, muxer *Muxer) *RemoteAPI {
|
||||
|
||||
func init() {
|
||||
gob.Register([]*model.SlackAttachment{})
|
||||
gob.Register([]interface{}{})
|
||||
gob.Register(map[string]interface{}{})
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user