add flag for updating on change

This commit is contained in:
Kassem Sandarusi
2025-01-09 18:39:18 -06:00
committed by Manuel Rüger
parent c63201159d
commit 5accce3b17
2 changed files with 61 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ type PageInfo struct {
Version struct {
Number int64 `json:"number"`
Message string `json:"message"`
} `json:"version"`
Ancestors []struct {