Fixed recursive open of nodes, bumped to v29

This commit is contained in:
Magnus Åhall 2026-06-16 09:59:01 +02:00
parent c36b4ace13
commit d6d8b64bb9
2 changed files with 23 additions and 7 deletions

View file

@ -23,7 +23,7 @@ import (
"text/template"
)
const VERSION = "v28"
const VERSION = "v29"
const CONTEXT_USER = 1
const SYNC_PAGINATION = 200