Home
last modified time | relevance | path

Searched refs:eventHistoryLimit (Results 1 – 1 of 1) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php27 protected $eventHistoryLimit = 20; variable in MatrixPhp\\Room
400 if (count($this->events) > $this->eventHistoryLimit) {