Merge pull request #4152 from matrix-org/t3chguy/fix_mels
Fix MELS not breaking on day boundaries regression
This commit is contained in:
commit
0c4897a875
1 changed files with 3 additions and 0 deletions
|
@ -955,6 +955,9 @@ class MemberGrouper {
|
||||||
}
|
}
|
||||||
|
|
||||||
shouldGroup(ev) {
|
shouldGroup(ev) {
|
||||||
|
if (this.panel._wantsDateSeparator(this.events[0], ev.getDate())) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
return isMembershipChange(ev);
|
return isMembershipChange(ev);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue