mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-01 11:03:18 +03:00
Initialise unread messages value correctly
This commit is contained in:
parent
b1ec430523
commit
bce4815851
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ module.exports = React.createClass({
|
|||
return {
|
||||
syncState: MatrixClientPeg.get().getSyncState(),
|
||||
usersTyping: WhoIsTyping.usersTypingApartFromMe(this.props.room),
|
||||
unsentMessages: [],
|
||||
unsentMessages: getUnsentMessages(this.props.room),
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue