Fixed recursive open of nodes, bumped to v29
This commit is contained in:
parent
c36b4ace13
commit
d6d8b64bb9
2 changed files with 23 additions and 7 deletions
2
main.go
2
main.go
|
|
@ -23,7 +23,7 @@ import (
|
|||
"text/template"
|
||||
)
|
||||
|
||||
const VERSION = "v28"
|
||||
const VERSION = "v29"
|
||||
const CONTEXT_USER = 1
|
||||
const SYNC_PAGINATION = 200
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue