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
|
@ -99,3 +99,11 @@ export default function MemberAvatar({
|
|||
/>
|
||||
);
|
||||
}
|
||||
|
||||
export class LegacyMemberAvatar extends React.Component<IProps> {
|
||||
public render(): JSX.Element {
|
||||
return <MemberAvatar {...this.props}>
|
||||
{ this.props.children }
|
||||
</MemberAvatar>;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue