Этот коммит содержится в:
=Corey Hulen
2016-01-21 13:54:21 -06:00
родитель ff9bcce42d
Коммит dea84b1892
248 изменённых файлов: 4910 добавлений и 12 удалений

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

@@ -24,6 +24,7 @@ func NewServerTemplatePage(templateName string) *ServerTemplatePage {
TemplateName: templateName,
Props: make(map[string]string),
ClientCfg: utils.ClientCfg,
Locale: model.DEFAULT_LOCALE,
}
}

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

@@ -43,6 +43,7 @@ type Page struct {
Channel *model.Channel
PostID string
SessionTokenIndex int64
Locale string
}
func ApiAppHandler(h func(*Context, http.ResponseWriter, *http.Request)) http.Handler {