Merge branch 'master' of github.com:matrix-org/dendrite

This commit is contained in:
Neil Alexander 2021-05-18 15:47:23 +01:00
commit e9e0309089
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -39,9 +39,9 @@ import (
)
const (
ConstCreateEventContentKey = "org.matrix.msc1772.type"
ConstSpaceChildEventType = "org.matrix.msc1772.space.child"
ConstSpaceParentEventType = "org.matrix.msc1772.space.parent"
ConstCreateEventContentKey = "type"
ConstSpaceChildEventType = "m.space.child"
ConstSpaceParentEventType = "m.space.parent"
)
// Defaults sets the request defaults