mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Merge pull request #6000 from robintown/event-tile-preview-fixes
EventTilePreview fixes
This commit is contained in:
commit
1180741cc2
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user