fix incorrect MSC3266 room summary API endpoint

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-07-03 15:42:44 -04:00
parent 9a5bfad849
commit c51ccb2c68

View File

@ -25,7 +25,7 @@ pub mod msc3266 {
rate_limited: false, rate_limited: false,
authentication: AccessTokenOptional, authentication: AccessTokenOptional,
history: { history: {
unstable => "/_matrix/client/unstable/im.nheko.summary/rooms/:room_id_or_alias/summary", unstable => "/_matrix/client/unstable/im.nheko.summary/summary/:room_id_or_alias",
} }
}; };