Fix bug in screen

This commit is contained in:
2025-12-04 08:36:48 +01:00
parent 5bcee2ea9d
commit 24f8d67020
2 changed files with 3 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ export class MatrixApiEvent {
await APIClient.exec({
method: "GET",
uri:
`/matrix/room/${encodeURIComponent(room.id)}/events?limit=400` +
`/matrix/room/${encodeURIComponent(room.id)}/events?limit=200` +
(from ? `&from=${from}` : ""),
})
).data as MatrixEventsList;