[bugfix] rename include_types[] to types[] (#3023)

This commit is contained in:
tobi
2024-06-18 18:18:35 +02:00
committed by GitHub
parent d2b3d37724
commit 4ce5c37df5
6 changed files with 19 additions and 19 deletions

View File

@@ -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 {