Add files. Add power levels to room settings
This commit is contained in:
parent
04f17c963c
commit
eae0972820
4 changed files with 199 additions and 1 deletions
|
@ -68,7 +68,6 @@ module.exports = React.createClass({
|
|||
}
|
||||
|
||||
var old_history_visibility = this.state.room.currentState.getStateEvents('m.room.history_visibility', '');
|
||||
console.log(old_history_visibility);
|
||||
if (old_history_visibility) {
|
||||
old_history_visibility = old_history_visibility.getContent().history_visibility;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue