Skip to content

Commit

Permalink
🐛 After uninstalling the plugin, data synchronization does not uninst…
Browse files Browse the repository at this point in the history
…all it #11277
  • Loading branch information
88250 committed May 13, 2024
1 parent 251e8b3 commit c6ab488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/model/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -2025,6 +2025,8 @@ func pushReloadPlugin(upsertPluginSet, removePluginNameSet *hashset.Set) {
for _, n := range removePluginNameSet.Values() {
removePlugins = append(removePlugins, n.(string))
}

logging.LogInfof("reload plugins [upserts=%v, removes=%v]", upsertPlugins, removePlugins)
util.BroadcastByType("main", "reloadPlugin", 0, "", map[string]interface{}{
"upsertPlugins": upsertPlugins,
"removePlugins": removePlugins,
Expand Down

0 comments on commit c6ab488

Please sign in to comment.