🎨 Support manual purge of unreferenced data snapshots in the S3/WebDAV cloud storage https://github.com/siyuan-note/siyuan/issues/10081

This commit is contained in:
Daniel 2024-01-24 13:14:04 +08:00
parent a0a1508131
commit 8d683b1c8f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -484,7 +484,6 @@ func ResetRepo() (err error) {
}
func PurgeCloud() (err error) {
// TODO https://github.com/siyuan-note/siyuan/issues/10081
msg := Conf.Language(223)
util.PushEndlessProgress(msg)
defer util.PushClearProgress()