Update MSC2946 implementation for stable spaces (#1859)

Now that MSC1772 passed FCP its identifiers have stabilised
This outright drops support for experimental spaces but that's what you get for being on the bleeding edge
main
Michael Telatynski 2021-05-18 15:17:37 +01:00 committed by GitHub
parent 1d89c4a3cd
commit 4691adc8f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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