Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php199 … return $this->api()->addUserTag($this->client->userId(), $this->roomId, $tag, $order, $content);
DMatrixHttpApi.php796 …public function addUserTag(string $userId, string $roomId, string $tag, ?float $order = null, arra… function in MatrixPhp\\MatrixHttpApi