Can load older messages in conversations

This commit is contained in:
2025-12-03 09:11:02 +01:00
parent 1a5a021711
commit 4110f4d063
2 changed files with 51 additions and 5 deletions

View File

@@ -36,6 +36,10 @@ export class RoomEventsManager {
typingUsers: string[];
receiptsEventsMap: Map<string, Receipt[]>;
get canLoadOlder(): boolean {
return !!this.endToken;
}
constructor(
room: Room,
initialMessages: MatrixEventsList,