We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f915ba2 commit 990519cCopy full SHA for 990519c
versions.go
@@ -64,6 +64,7 @@ var (
64
FeatureAppservicePing = UnstableFeature{UnstableFlag: "fi.mau.msc2659.stable", SpecVersion: SpecV17}
65
FeatureAuthenticatedMedia = UnstableFeature{UnstableFlag: "org.matrix.msc3916.stable", SpecVersion: SpecV111}
66
FeatureMutualRooms = UnstableFeature{UnstableFlag: "uk.half-shot.msc2666.query_mutual_rooms"}
67
+ FeatureUserRedaction = UnstableFeature{UnstableFlag: "org.matrix.msc4194"}
68
69
BeeperFeatureHungry = UnstableFeature{UnstableFlag: "com.beeper.hungry"}
70
BeeperFeatureBatchSending = UnstableFeature{UnstableFlag: "com.beeper.batch_sending"}
0 commit comments