mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Rework notifs to use min_id for paging up (#1734)
This commit is contained in:
@@ -36,12 +36,10 @@ const (
|
||||
|
||||
// ExcludeTypes is an array specifying notification types to exclude
|
||||
ExcludeTypesKey = "exclude_types[]"
|
||||
// MaxIDKey is the url query for setting a max notification ID to return
|
||||
MaxIDKey = "max_id"
|
||||
// LimitKey is for specifying maximum number of notifications to return.
|
||||
LimitKey = "limit"
|
||||
// SinceIDKey is for specifying the minimum notification ID to return.
|
||||
SinceIDKey = "since_id"
|
||||
MaxIDKey = "max_id"
|
||||
LimitKey = "limit"
|
||||
SinceIDKey = "since_id"
|
||||
MinIDKey = "min_id"
|
||||
)
|
||||
|
||||
type Module struct {
|
||||
|
Reference in New Issue
Block a user