mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🐛 After uninstalling the plugin, data synchronization does not uninstall it https://github.com/siyuan-note/siyuan/issues/11277
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user