app/pluginservice: move plugin out from the Channels product (#21697)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5e5769c4ee
Коммит
6c55c4d356
@@ -94,7 +94,7 @@ func TestPlugin(t *testing.T) {
|
||||
assert.Equal(t, "testplugin", manifest.Id)
|
||||
})
|
||||
|
||||
th.App.Channels().RemovePlugin(manifest.Id)
|
||||
th.App.PluginService().RemovePlugin(manifest.Id)
|
||||
|
||||
th.App.UpdateConfig(func(cfg *model.Config) { *cfg.PluginSettings.Enable = false })
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user