mirror of https://github.com/vector-im/riot-web
				
				
				
			Removal of the mini avatars for action (info) messages
							parent
							
								
									afd1ab1582
								
							
						
					
					
						commit
						993333490d
					
				|  | @ -403,13 +403,7 @@ module.exports = React.createClass({ | |||
|         var readAvatars = this.getReadAvatars(); | ||||
| 
 | ||||
|         var avatar, sender; | ||||
|         if (isInfoMessage) { | ||||
|             avatar = ( | ||||
|                 <div className="mx_EventTile_avatar"> | ||||
|                     <MemberAvatar member={this.props.mxEvent.sender} width={14} height={14} onClick={ this.onMemberAvatarClick } /> | ||||
|                 </div> | ||||
|             ); | ||||
|         } else if (!this.props.continuation) { | ||||
|         if (!this.props.continuation && !isInfoMessage) { | ||||
|             if (this.props.mxEvent.sender) { | ||||
|                 avatar = ( | ||||
|                     <div className="mx_EventTile_avatar"> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 wmwragg
						wmwragg