diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-11-01 16:22:44 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-11-01 16:22:44 +0000 |
commit | 988d8d6507a0e8b34f2c352c77b5742197762190 (patch) | |
tree | ba0af87157b204a3866e1029112d9096bf7ba250 /synapse/api/constants.py | |
parent | Update synapse/storage/data_stores/main/schema/delta/56/event_labels.sql (diff) | |
download | synapse-988d8d6507a0e8b34f2c352c77b5742197762190.tar.xz |
Incorporate review
Diffstat (limited to 'synapse/api/constants.py')
-rw-r--r-- | synapse/api/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py index 066ce18704..49c4b85054 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py @@ -144,4 +144,4 @@ class EventContentFields(object): """Fields found in events' content, regardless of type.""" # Labels for the event, cf https://github.com/matrix-org/matrix-doc/pull/2326 - Labels = "org.matrix.labels" + LABELS = "org.matrix.labels" |