We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb2683 commit 2e45374Copy full SHA for 2e45374
src/components/views/right_panel/UserInfo.tsx
@@ -370,7 +370,7 @@ const UserOptionsSection: React.FC<{
370
};
371
372
const room = cli.getRoom(member.roomId);
373
- if (room && room.getEventReadUpTo(member.userId)) {
+ if (room?.getEventReadUpTo(member.userId)) {
374
readReceiptButton = (
375
<AccessibleButton onClick={onReadReceiptButton} className="mx_UserInfo_field">
376
{ _t('Jump to read receipt') }
0 commit comments