summary refs log tree commit diff
path: root/changelog.d/15607.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.