Add a button to manually load older messages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-03 20:18:11 +01:00
parent bcdfe87107
commit 48d9444dde
2 changed files with 48 additions and 26 deletions

View File

@@ -38,7 +38,7 @@ export class RoomEventsManager {
receiptsEventsMap: Map<string, Receipt[]>;
get canLoadOlder(): boolean {
return !!this.endToken;
return !!this.endToken && this.events.length > 0;
}
constructor(