Can load older messages in conversations
This commit is contained in:
@@ -36,6 +36,10 @@ export class RoomEventsManager {
|
||||
typingUsers: string[];
|
||||
receiptsEventsMap: Map<string, Receipt[]>;
|
||||
|
||||
get canLoadOlder(): boolean {
|
||||
return !!this.endToken;
|
||||
}
|
||||
|
||||
constructor(
|
||||
room: Room,
|
||||
initialMessages: MatrixEventsList,
|
||||
|
||||
Reference in New Issue
Block a user