Skip to content

Commit 990519c

Browse files
committed
versions: add constant for MSC4194 feature flag
1 parent f915ba2 commit 990519c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ var (
6464
FeatureAppservicePing = UnstableFeature{UnstableFlag: "fi.mau.msc2659.stable", SpecVersion: SpecV17}
6565
FeatureAuthenticatedMedia = UnstableFeature{UnstableFlag: "org.matrix.msc3916.stable", SpecVersion: SpecV111}
6666
FeatureMutualRooms = UnstableFeature{UnstableFlag: "uk.half-shot.msc2666.query_mutual_rooms"}
67+
FeatureUserRedaction = UnstableFeature{UnstableFlag: "org.matrix.msc4194"}
6768

6869
BeeperFeatureHungry = UnstableFeature{UnstableFlag: "com.beeper.hungry"}
6970
BeeperFeatureBatchSending = UnstableFeature{UnstableFlag: "com.beeper.batch_sending"}

0 commit comments

Comments
 (0)