You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Fix avatar obstructing membership and state changes
This commit is contained in:
@@ -1142,6 +1142,7 @@ export default class EventTile extends React.Component<IProps, IState> {
|
||||
{ ircTimestamp }
|
||||
{ sender }
|
||||
{ ircPadlock }
|
||||
{ avatar }
|
||||
<div className="mx_EventTile_line" key="mx_EventTile_line">
|
||||
{ groupTimestamp }
|
||||
{ groupPadlock }
|
||||
@@ -1162,7 +1163,6 @@ export default class EventTile extends React.Component<IProps, IState> {
|
||||
</div>
|
||||
{ reactionsRow }
|
||||
{ msgOption }
|
||||
{ avatar }
|
||||
</>)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user