Merge pull request #4955 from matrix-org/t3chguy/fix/13991
Be consistent with the at-room pill avatar configurability
This commit is contained in:
@@ -111,7 +111,7 @@ export function pillifyLinks(nodes, mxEvent, pills) {
|
|||||||
type={Pill.TYPE_AT_ROOM_MENTION}
|
type={Pill.TYPE_AT_ROOM_MENTION}
|
||||||
inMessage={true}
|
inMessage={true}
|
||||||
room={room}
|
room={room}
|
||||||
shouldShowPillAvatar={true}
|
shouldShowPillAvatar={shouldShowPillAvatar}
|
||||||
/>;
|
/>;
|
||||||
|
|
||||||
ReactDOM.render(pill, pillContainer);
|
ReactDOM.render(pill, pillContainer);
|
||||||
|
|||||||
Reference in New Issue
Block a user