You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
committed by
Bruno Windels
parent
9331ca9d07
commit
f2d73793ee
@ -437,7 +437,7 @@ module.exports = createReactClass({
|
|||||||
}
|
}
|
||||||
|
|
||||||
// At this point, i = the index of the last event in the summary sequence
|
// At this point, i = the index of the last event in the summary sequence
|
||||||
let eventTiles = summarisedEvents.map((e) => {
|
const eventTiles = summarisedEvents.map((e) => {
|
||||||
// In order to prevent DateSeparators from appearing in the expanded form
|
// In order to prevent DateSeparators from appearing in the expanded form
|
||||||
// of EventListSummary, render each member event as if the previous
|
// of EventListSummary, render each member event as if the previous
|
||||||
// one was itself. This way, the timestamp of the previous event === the
|
// one was itself. This way, the timestamp of the previous event === the
|
||||||
|
Reference in New Issue
Block a user