We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38a2d1 commit e36ff71Copy full SHA for e36ff71
src/models/room-sticky-events.ts
@@ -136,6 +136,7 @@ export class RoomStickyEventsStore extends TypedEventEmitter<RoomStickyEventsEve
136
} else {
137
this.unkeyedStickyEvents.add(event as StickyMatrixEvent);
138
}
139
+
140
// Recalculate the next expiry time.
141
this.nextStickyEventExpiryTs = Math.min(event.unstableStickyExpiresAt, this.nextStickyEventExpiryTs);
142
0 commit comments