mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-04 06:22:35 +00:00
fix 178: update breaks on more than 50 attachments (#220)
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user