mirror of https://github.com/vector-im/riot-web
allow read receipts without an existing member in MessagePanel
parent
0767c278e7
commit
5128386160
|
@ -560,9 +560,6 @@ module.exports = React.createClass({
|
|||
return; // ignore ignored users
|
||||
}
|
||||
const member = room.getMember(r.userId);
|
||||
if (!member) {
|
||||
return; // ignore unknown user IDs
|
||||
}
|
||||
receipts.push({
|
||||
userId: r.userId,
|
||||
roomMember: member,
|
||||
|
|
Loading…
Reference in New Issue