mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Merge pull request #4955 from matrix-org/t3chguy/fix/13991
Be consistent with the at-room pill avatar configurability
This commit is contained in:
commit
97734395f7
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user