Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php175 return $this->api()->getUserTags($this->client->userId(), $this->roomId);
DMatrixHttpApi.php764 public function getUserTags(string $userId, string $roomId) { function in MatrixPhp\\MatrixHttpApi