🎨 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-15 00:19:39 +08:00
parent 94d013d05b
commit 94ffa49435
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
9 changed files with 42 additions and 23 deletions

View file

@ -168,6 +168,8 @@ type BlockStatResult struct {
func ContextPushMsg(context map[string]interface{}, msg string) {
switch context[eventbus.CtxPushMsg].(int) {
case eventbus.CtxPushMsgToNone:
break
case eventbus.CtxPushMsgToProgress:
PushEndlessProgress(msg)
case eventbus.CtxPushMsgToStatusBar: