mirror of https://github.com/vector-im/riot-web
				
				
				
			Fix forward dialog message preview display names
Signed-off-by: Robin Townsend <robin@robin.town>pull/21833/head
							parent
							
								
									ad3aefad35
								
							
						
					
					
						commit
						ce57b66c91
					
				|  | @ -162,6 +162,7 @@ const ForwardDialog: React.FC<IProps> = ({ matrixClient: cli, event, permalinkCr | |||
|     }); | ||||
|     mockEvent.sender = { | ||||
|         name: profileInfo.displayname || userId, | ||||
|         rawDisplayName: profileInfo.displayname, | ||||
|         userId, | ||||
|         getAvatarUrl: (..._) => { | ||||
|             return avatarUrlForUser( | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Robin Townsend
						Robin Townsend