Expose option for m.room.topic power level
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
8ab3d94c1c
commit
8ee9d39ffa
3 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,7 @@ const plEventsToLabels = {
|
|||
"m.room.canonical_alias": "To change the room's main address, you must be a",
|
||||
"m.room.history_visibility": "To change the room's history visibility, you must be a",
|
||||
"m.room.power_levels": "To change the permissions in the room, you must be a",
|
||||
"m.room.topic": "To change the topic, you must be a",
|
||||
};
|
||||
|
||||
const plEventsToShow = {
|
||||
|
@ -52,6 +53,7 @@ const plEventsToShow = {
|
|||
"m.room.canonical_alias": {isState: true},
|
||||
"m.room.history_visibility": {isState: true},
|
||||
"m.room.power_levels": {isState: true},
|
||||
"m.room.topic": {isState: true},
|
||||
}
|
||||
|
||||
const BannedUser = React.createClass({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue