Be consistent with the at-room pill avatar configurability

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-07-12 19:25:43 +01:00
parent 1c52c2777e
commit c3789245b8
1 changed files with 1 additions and 1 deletions

View File

@ -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);