mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
allow read receipts without an existing member in MessagePanel
This commit is contained in:
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…
x
Reference in New Issue
Block a user