Skip to content

Commit e36ff71

Browse files
committed
revert changes to room-sticky-events.ts
1 parent e38a2d1 commit e36ff71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/room-sticky-events.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export class RoomStickyEventsStore extends TypedEventEmitter<RoomStickyEventsEve
136136
} else {
137137
this.unkeyedStickyEvents.add(event as StickyMatrixEvent);
138138
}
139+
139140
// Recalculate the next expiry time.
140141
this.nextStickyEventExpiryTs = Math.min(event.unstableStickyExpiresAt, this.nextStickyEventExpiryTs);
141142

0 commit comments

Comments
 (0)