mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Update av
This commit is contained in:
parent
d96f09d2d4
commit
be1b34a163
2 changed files with 12 additions and 11 deletions
|
|
@ -78,6 +78,7 @@ func performTransactions(c *gin.Context) {
|
|||
func pushTransactions(app, session string, transactions []*model.Transaction) {
|
||||
pushMode := util.PushModeBroadcastExcludeSelf
|
||||
if 0 < len(transactions) && 0 < len(transactions[0].DoOperations) {
|
||||
model.WaitForWritingFiles()
|
||||
if strings.Contains(strings.ToLower(transactions[0].DoOperations[0].Action), "attrview") {
|
||||
pushMode = util.PushModeBroadcast
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue