This reverts commit dd73c2af0f.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
01cf4b459f
Коммит
acdfefe456
@@ -131,6 +131,10 @@ func (s *Server) License() *model.License {
|
||||
return s.platform.License()
|
||||
}
|
||||
|
||||
func (s *Server) LoadLicense() {
|
||||
s.platform.LoadLicense()
|
||||
}
|
||||
|
||||
func (s *Server) SaveLicense(licenseBytes []byte) (*model.License, *model.AppError) {
|
||||
return s.platform.SaveLicense(licenseBytes)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user