mirror of https://github.com/vector-im/riot-web
				
				
				
			Fix MELS not breaking on day boundaries regression
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
							parent
							
								
									a44d96bb77
								
							
						
					
					
						commit
						9ff053c5a9
					
				| 
						 | 
				
			
			@ -955,6 +955,9 @@ class MemberGrouper {
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    shouldGroup(ev) {
 | 
			
		||||
        if (this.panel._wantsDateSeparator(this.events[0], ev.getDate())) {
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
        return isMembershipChange(ev);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue