mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] rename include_types[]
to types[]
(#3023)
This commit is contained in:
@ -34,8 +34,8 @@ const (
|
||||
BasePathWithID = BasePath + "/:" + IDKey
|
||||
BasePathWithClear = BasePath + "/clear"
|
||||
|
||||
// IncludeTypesKey names an array param specifying notification types to include.
|
||||
IncludeTypesKey = "include_types[]"
|
||||
// TypesKey names an array param specifying notification types to include.
|
||||
TypesKey = "types[]"
|
||||
// ExcludeTypesKey names an array param specifying notification types to exclude.
|
||||
ExcludeTypesKey = "exclude_types[]"
|
||||
MaxIDKey = "max_id"
|
||||
|
Reference in New Issue
Block a user