mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
85ea67494c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ module.exports = React.createClass({
|
|||
const pinnedEvents = this.props.room.currentState.getStateEvents("m.room.pinned_events", "");
|
||||
if (!pinnedEvents) return; // nothing to read
|
||||
|
||||
let readStateEvents = null;
|
||||
let readStateEvents = [];
|
||||
const readPinsEvent = this.props.room.getAccountData("im.vector.room.read_pins");
|
||||
if (readPinsEvent && readPinsEvent.getContent()) {
|
||||
readStateEvents = readPinsEvent.getContent().event_ids || [];
|
||||
|
|
Loading…
Reference in a new issue