Add read-up-to green* line
* not actually green without CSS in vector-webpull/21833/head
							parent
							
								
									0772f50fab
								
							
						
					
					
						commit
						ef473dec72
					
				| 
						 | 
				
			
			@ -650,6 +650,7 @@ module.exports = React.createClass({
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
        var prevEvent = null; // the last event we showed
 | 
			
		||||
        var readReceiptEventId = this.state.room.getEventReadUpTo(MatrixClientPeg.get().credentials.userId);
 | 
			
		||||
        var startIdx = Math.max(0, this.state.room.timeline.length - this.state.messageCap);
 | 
			
		||||
        for (var i = startIdx; i < this.state.room.timeline.length; i++) {
 | 
			
		||||
            var mxEv = this.state.room.timeline[i];
 | 
			
		||||
| 
						 | 
				
			
			@ -700,6 +701,10 @@ module.exports = React.createClass({
 | 
			
		|||
                </li>
 | 
			
		||||
            );
 | 
			
		||||
 | 
			
		||||
            if (eventId == readReceiptEventId) {
 | 
			
		||||
                ret.push(<hr className="mx_RoomView_myReadMarker" />);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            prevEvent = mxEv;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue