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

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(