Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/
DMatrixHttpApiTest.php127 $this->api->setRoomAccountData($this->userId, $this->roomId, 'foo', ['bar' => 1]);
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php165 … return $this->api()->setRoomAccountData($this->client->userId(), $this->roomId, $type, $data);
DMatrixHttpApi.php830 …public function setRoomAccountData(string $userId, string $roomId, string $type, array $accountDat… function in MatrixPhp\\MatrixHttpApi