mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 12:03:00 -06:00
[bugfix] rename include_types[] to types[] (#3023)
This commit is contained in:
parent
d2b3d37724
commit
4ce5c37df5
6 changed files with 19 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue