summary refs log tree commit diff
path: root/changelog.d/15555.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.84.0rc1Olivier Wilkinson (reivilibre)2023-05-161-1/+0
|
* Error if attempting to set m.push_rules account data, per MSC4010. (#15555)Patrick Cloke2023-05-091-0/+1
m.push_rules, like m.fully_read, is a special account data type that cannot be set using the normal /account_data endpoint. Return an error instead of allowing data that will not be used to be stored.