🐛 After uninstalling the plugin, data synchronization does not uninstall it https://github.com/siyuan-note/siyuan/issues/11277

This commit is contained in:
Daniel 2024-05-13 09:30:01 +08:00
parent 80d4e0db83
commit d0022293c8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -2018,7 +2018,7 @@ func getCloudSpace() (stat *cloud.Stat, err error) {
}
func pushReloadPlugin(upsertPluginSet, removePluginNameSet *hashset.Set) {
var upsertPlugins, removePlugins []string
upsertPlugins, removePlugins := []string{}, []string{}
for _, n := range upsertPluginSet.Values() {
upsertPlugins = append(upsertPlugins, n.(string))
}