Rename relation types to match MSC

This commit is contained in:
Erik Johnston 2019-05-20 14:31:19 +01:00
parent 57ba3451b6
commit 1dff859d6a
4 changed files with 20 additions and 20 deletions

View file

@ -125,5 +125,5 @@ class RelationTypes(object):
"""The types of relations known to this server.
"""
ANNOTATION = "m.annotation"
REPLACES = "m.replaces"
REFERENCES = "m.references"
REPLACE = "m.replace"
REFERENCE = "m.reference"