Skip to content
Snippets Groups Projects
Verified Commit 4bd39bce authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Add policy list room type

parent 4edc4110
No related branches found
No related tags found
No related merge requests found
Pipeline #3449 passed
......@@ -27,6 +27,8 @@ struct PreviousRoom
namespace room_type {
//! The room type for a space.
constexpr std::string_view space = "m.space";
//! MSC for policy list rooms, see https://github.com/matrix-org/matrix-spec-proposals/pull/3784
constexpr std::string_view exp_policy = "support.feline.policy.lists.msc.v1";
}
//! Content of the `m.room.create` event.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment