You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
Expose option for m.room.topic power level
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user