1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #6000 from robintown/event-tile-preview-fixes

EventTilePreview fixes
This commit is contained in:
Travis Ralston
2021-06-22 13:57:07 -06:00
committed by GitHub

View File

@@ -101,7 +101,8 @@ export default class EventTilePreview extends React.Component<IProps, IState> {
// Fake it more
event.sender = {
name: this.props.displayName,
name: this.props.displayName || this.props.userId,
rawDisplayName: this.props.displayName,
userId: this.props.userId,
getAvatarUrl: (..._) => {
return Avatar.avatarUrlForUser(