mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
fix 178: update breaks on more than 50 attachments (#220)
This commit is contained in:
parent
e1d8eccfff
commit
49c25c2c29
@ -424,6 +424,7 @@ func (api *API) GetAttachments(pageID string) ([]AttachmentInfo, error) {
|
|||||||
|
|
||||||
payload := map[string]string{
|
payload := map[string]string{
|
||||||
"expand": "version,container",
|
"expand": "version,container",
|
||||||
|
"limit": "1000",
|
||||||
}
|
}
|
||||||
|
|
||||||
request, err := api.rest.Res(
|
request, err := api.rest.Res(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user