diff options
| author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-05-09 10:34:10 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-09 10:34:10 -0400 | 
| commit | 4b4e0dc3cecbe9ad65c4728c1ec461321d15789f (patch) | |
| tree | bba2f02650eac695bb7e1f27f552b2a9c7d60f83 /synapse/config/experimental.py | |
| parent | Use account data constants in more places. (#15554) (diff) | |
| download | synapse-4b4e0dc3cecbe9ad65c4728c1ec461321d15789f.tar.xz | |
Error if attempting to set m.push_rules account data, per MSC4010. (#15555)
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.
Diffstat (limited to '')
| -rw-r--r-- | synapse/config/experimental.py | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/synapse/config/experimental.py b/synapse/config/experimental.py | 
