Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixClient.php81 protected $syncFilter; variable in MatrixPhp\\MatrixClient
129 … $this->syncFilter = sprintf('{ "room": { "timeline" : { "limit" : %d } } }', $syncFilterLimit);
241 $this->syncFilter = sprintf('{ "room": { "timeline" : { "limit" : %d } } }', $limit);
487 $response = $this->api->sync($this->syncToken, $timeoutMs, $this->syncFilter);