Expose option for m.room.topic power level

Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Travis Ralston 2017-09-29 15:12:05 -06:00
parent 8ab3d94c1c
commit 8ee9d39ffa
3 changed files with 4 additions and 0 deletions

View file

@ -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({

View file

@ -837,6 +837,7 @@
"To change the room's main address, you must be a": "To change the room's main address, you must be a",
"To change the room's history visibility, you must be a": "To change the room's history visibility, you must be a",
"To change the permissions in the room, you must be a": "To change the permissions in the room, you must be a",
"To change the topic, you must be a": "To change the topic, you must be a",
"Error whilst fetching joined groups": "Error whilst fetching joined groups",
"Featured Users:": "Featured Users:",
"Edit Group": "Edit Group",

View file

@ -661,6 +661,7 @@
"To change the room's main address, you must be a": "To change the room's main address, you must be a",
"To change the room's history visibility, you must be a": "To change the room's history visibility, you must be a",
"To change the permissions in the room, you must be a": "To change the permissions in the room, you must be a",
"To change the topic, you must be a": "To change the topic, you must be a",
"This Home Server would like to make sure you are not a robot": "This Home Server would like to make sure you are not a robot",
"Sign in with CAS": "Sign in with CAS",
"Custom Server Options": "Custom Server Options",