fix read receipts trickling down correctly (#9567)
This commit is contained in:
parent
fca6ff271c
commit
1dbf9c205e
2 changed files with 9 additions and 1 deletions
|
@ -21,7 +21,7 @@ import { logger } from "matrix-js-sdk/src/logger";
|
|||
|
||||
import NodeAnimator from "../../../NodeAnimator";
|
||||
import { toPx } from "../../../utils/units";
|
||||
import MemberAvatar from '../avatars/MemberAvatar';
|
||||
import { LegacyMemberAvatar as MemberAvatar } from '../avatars/MemberAvatar';
|
||||
import { READ_AVATAR_SIZE } from "./ReadReceiptGroup";
|
||||
|
||||
export interface IReadReceiptInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue