You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Update src/components/views/rooms/RoomTile.js
Co-Authored-By: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -58,7 +58,7 @@ module.exports = createReactClass({
|
|||||||
getInitialState: function() {
|
getInitialState: function() {
|
||||||
// eslint-disable-next-line camelcase
|
// eslint-disable-next-line camelcase
|
||||||
const joinRules = this.props.room.currentState.getStateEvents("m.room.join_rules", "");
|
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 ({
|
return ({
|
||||||
joinRule,
|
joinRule,
|
||||||
|
|||||||
Reference in New Issue
Block a user