mirror of
https://github.com/matrix-construct/construct
synced 2025-01-11 15:33:57 +01:00
ircd:Ⓜ️:room::power: Add 'historical' key to default generated.
This commit is contained in:
parent
3aeeaccd42
commit
207a890b7a
1 changed files with 5 additions and 0 deletions
|
@ -234,6 +234,11 @@ ircd::m::room::power::compose_content(const mutable_buffer &buf,
|
|||
content, "events_default", json::value(default_event_level)
|
||||
};
|
||||
|
||||
json::stack::member
|
||||
{
|
||||
content, "historical", json::value(default_creator_level)
|
||||
};
|
||||
|
||||
json::stack::member
|
||||
{
|
||||
content, "invite", json::value(default_power_level)
|
||||
|
|
Loading…
Reference in a new issue