mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add pagination to list inboxes
This commit is contained in:
@ -30,6 +30,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// DefaultPageSize is the default page size for listing memos.
|
||||
DefaultPageSize = 10
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user