summary refs log tree commit diff
path: root/changelog.d/12693.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate logic for parsing relations. (#12693)Patrick Cloke2022-05-161-0/+1
Parse the `m.relates_to` event content field (which describes relations) in a single place, this is used during: * Event persistence. * Validation of the Client-Server API. * Fetching bundled aggregations. * Processing of push rules. Each of these separately implement the logic and each made slightly different assumptions about what was valid. Some had minor / potential bugs.