mirror of
https://github.com/element-hq/synapse.git
synced 2025-12-07 00:00:23 -05:00
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.
2 lines
79 B
Plaintext
2 lines
79 B
Plaintext
Fix a long-standing bug where filters with multiple backslashes were rejected.
|