mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 07:36:16 -06:00
improved comment regarding paging being disabled
This commit is contained in:
parent
6bd75b8a26
commit
071172ea9d
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ func (m *Module) ListAccountsGETHandler(c *gin.Context) {
|
|||
page, errWithCode := paging.ParseIDPage(c,
|
||||
1, // min limit
|
||||
80, // max limit
|
||||
0, // no paging allowed
|
||||
0, // default = paging disabled
|
||||
)
|
||||
if errWithCode != nil {
|
||||
apiutil.ErrorHandler(c, errWithCode, m.processor.InstanceGetV1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue