PLT-7 Adding react-intl libs
Этот коммит содержится в:
@@ -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 {
|
||||
|
||||
Ссылка в новой задаче
Block a user