Skip to content

Commit

Permalink
revert expectsReadConfirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
przemvs committed Jan 19, 2024
1 parent 6553371 commit 84573a4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export const ReadIndicator = ({
}: ReadIndicatorProps) => {
const {readReceipts} = useKoSubscribableChildren(message, ['readReceipts']);

// if (!message.expectsReadConfirmation) {
// return null;
// }
if (!message.expectsReadConfirmation) {
return null;
}

if (is1to1Conversation) {
const readReceiptText = readReceipts.length ? formatTimeShort(readReceipts[0].time) : '';
Expand Down

0 comments on commit 84573a4

Please sign in to comment.