mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Update src/components/views/rooms/RoomTile.js
Co-Authored-By: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
bebfd60daf
commit
fb587cc62c
@ -58,7 +58,7 @@ module.exports = createReactClass({
|
||||
getInitialState: function() {
|
||||
// eslint-disable-next-line camelcase
|
||||
const joinRules = this.props.room.currentState.getStateEvents("m.room.join_rules", "");
|
||||
const joinRule = joinRules && joinRules.event && joinRules.event.content && joinRules.event.content.join_rule;
|
||||
const joinRule = joinRules && joinRules.getContent() && joinRules.getContent().join_rule;
|
||||
|
||||
return ({
|
||||
joinRule,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user