Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php324 return $this->api()->redactEvent($this->roomId, $eventId, $reason);
DMatrixHttpApi.php348 public function redactEvent(string $roomId, string $eventId, ?string $reason = null, function in MatrixPhp\\MatrixHttpApi