mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 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:
parent
94d013d05b
commit
94ffa49435
9 changed files with 42 additions and 23 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue