Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mtxclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
mtxclient
Commits
4bd39bce
Verified
Commit
4bd39bce
authored
Jul 23, 2022
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Add policy list room type
parent
4edc4110
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#3449
passed
Jul 23, 2022
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/mtx/events/create.hpp
+2
-0
2 additions, 0 deletions
include/mtx/events/create.hpp
with
2 additions
and
0 deletions
include/mtx/events/create.hpp
+
2
−
0
View file @
4bd39bce
...
@@ -27,6 +27,8 @@ struct PreviousRoom
...
@@ -27,6 +27,8 @@ struct PreviousRoom
namespace
room_type
{
namespace
room_type
{
//! The room type for a space.
//! The room type for a space.
constexpr
std
::
string_view
space
=
"m.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.
//! Content of the `m.room.create` event.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment