Require creator field

This commit is contained in:
Erik Johnston 2018-08-31 10:06:26 +01:00
parent f3aea32a24
commit f4706c8889

View file

@ -362,7 +362,8 @@ The rules are as follows:
b. If the domain of the ``room_id`` does not match the domain of the
``sender``, reject.
c. If ``content.room_version`` key is an unrecognised version, reject.
d. Otherwise, allow.
d. If ``content`` has no ``creator`` field, reject.
e. Otherwise, allow.
#. If event does not have a ``m.room.create`` in its ``auth_events``, reject.