mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-25 18:38:37 +01:00
commit
ad5d46d331
1
changelogs/client_server/newsfragments/2148.misc
Normal file
1
changelogs/client_server/newsfragments/2148.misc
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix a small duplicated "as".
|
||||
|
|
@ -1314,7 +1314,7 @@ to keep moving forwards.
|
|||
Filtering
|
||||
---------
|
||||
|
||||
Filters can be created on the server and can be passed as as a parameter to APIs
|
||||
Filters can be created on the server and can be passed as a parameter to APIs
|
||||
which return events. These filters alter the data returned from those APIs.
|
||||
Not all APIs accept filters.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue