mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-14 17:17:30 -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
|
|
@ -171,7 +171,7 @@ func (m *Module) NotificationsGETHandler(c *gin.Context) {
|
|||
c.Query(SinceIDKey),
|
||||
c.Query(MinIDKey),
|
||||
limit,
|
||||
c.QueryArray(IncludeTypesKey),
|
||||
c.QueryArray(TypesKey),
|
||||
c.QueryArray(ExcludeTypesKey),
|
||||
)
|
||||
if errWithCode != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue