mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-03 18:34:53 -04:00
Incorporate review
This commit is contained in:
parent
dcc069a2e2
commit
c6dbca2422
7 changed files with 34 additions and 21 deletions
|
@ -140,4 +140,7 @@ class LimitBlockingTypes(object):
|
|||
HS_DISABLED = "hs_disabled"
|
||||
|
||||
|
||||
LabelsField = "org.matrix.labels"
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue