Merge pull request #4955 from matrix-org/t3chguy/fix/13991

Be consistent with the at-room pill avatar configurability
This commit is contained in:
Michael Telatynski
2020-07-13 15:28:12 +01:00
committed by GitHub

View File

@@ -111,7 +111,7 @@ export function pillifyLinks(nodes, mxEvent, pills) {
type={Pill.TYPE_AT_ROOM_MENTION}
inMessage={true}
room={room}
shouldShowPillAvatar={true}
shouldShowPillAvatar={shouldShowPillAvatar}
/>;
ReactDOM.render(pill, pillContainer);