summary refs log tree commit diff
path: root/changelog.d/15607.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.85.0rc1David Robertson2023-05-301-1/+0
|
* Properly parse event_fields in filters (#15607)Patrick Cloke2023-05-221-0/+1
The event_fields property in filters should use the proper escape rules, namely backslashes can be escaped with an additional backslash. This adds tests (adapted from matrix-js-sdk) and implements the logic to properly split the event_fields strings.