mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
parent
ecaa9a000e
commit
efc04318d1
|
|
@ -81,7 +81,7 @@ func (s *filterStatements) selectFilter(
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// Unmarshall JSON into Filter struct
|
||||
// Unmarshal JSON into Filter struct
|
||||
var filter gomatrix.Filter
|
||||
if err = json.Unmarshal(filterData, &filter); err != nil {
|
||||
return nil, err
|
||||
|
|
|
|||
Loading…
Reference in a new issue