Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php714 $this->api()->setPowerLevels($this->roomId, $content);
767 $this->api()->setPowerLevels($this->roomId, $content);
DMatrixHttpApi.php610 public function setPowerLevels(string $roomId, array $content) { function in MatrixPhp\\MatrixHttpApi