ruma: Add unstable-extensible-events feature

Convenience feature to activate all basic extensible events
This commit is contained in:
Kévin Commaille 2022-03-28 18:17:01 +02:00 committed by Kévin Commaille
parent 231775fe3e
commit 26c58c5f45

View File

@ -103,6 +103,11 @@ unstable-exhaustive-types = [
"ruma-push-gateway-api/unstable-exhaustive-types", "ruma-push-gateway-api/unstable-exhaustive-types",
"ruma-state-res/unstable-exhaustive-types" "ruma-state-res/unstable-exhaustive-types"
] ]
unstable-extensible-events = [
"unstable-msc3246",
"unstable-msc3488",
"unstable-msc3553",
]
unstable-pdu = ["ruma-common/unstable-pdu"] unstable-pdu = ["ruma-common/unstable-pdu"]
unstable-pre-spec = [ unstable-pre-spec = [
"ruma-common/unstable-pre-spec", "ruma-common/unstable-pre-spec",