Store labels for new events

This commit is contained in:
Brendan Abolivier 2019-10-29 18:35:49 +00:00
parent 47f767269c
commit fa0dcbc8fa
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD
2 changed files with 22 additions and 1 deletions

View file

@ -138,3 +138,6 @@ class LimitBlockingTypes(object):
MONTHLY_ACTIVE_USER = "monthly_active_user"
HS_DISABLED = "hs_disabled"
LabelsField = "org.matrix.labels"