mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Bump pagination sizes due to hidden events (#11342)
Such as threaded events in the main timeline causing no events to be added to the timeline
This commit is contained in:
parent
053b564d75
commit
89a92c6351
@ -58,8 +58,10 @@ import { getKeyBindingsManager } from "../../KeyBindingsManager";
|
||||
import { KeyBindingAction } from "../../accessibility/KeyboardShortcuts";
|
||||
import { haveRendererForEvent } from "../../events/EventTileFactory";
|
||||
|
||||
const PAGINATE_SIZE = 20;
|
||||
const INITIAL_SIZE = 20;
|
||||
// These pagination sizes are higher than they may possibly need be
|
||||
// once https://github.com/matrix-org/matrix-spec-proposals/pull/3874 lands
|
||||
const PAGINATE_SIZE = 50;
|
||||
const INITIAL_SIZE = 30;
|
||||
const READ_RECEIPT_INTERVAL_MS = 500;
|
||||
|
||||
const READ_MARKER_DEBOUNCE_MS = 100;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user