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
commit 97734395f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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