Searched refs:sendStateEvent (Results 1 – 2 of 2) sorted by relevance
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | MatrixHttpApi.php | 281 public function sendStateEvent(string $roomId, string $eventType, array $content, function in MatrixPhp\\MatrixHttpApi 533 return $this->sendStateEvent($roomId, 'm.room.name', $body, '', $timestamp); 560 return $this->sendStateEvent($roomId, 'm.room.topic', $body, '', $timestamp); 617 return $this->sendStateEvent($roomId, 'm.room.power_levels', $content); 715 return $this->sendStateEvent($roomId, 'm.room.member', $body, $userId, $timestamp); 1218 return $this->sendStateEvent($roomId, 'm.room.join_rule', $content); 1232 return $this->sendStateEvent($roomId, 'm.room.guest_access', $content);
|
| D | Room.php | 550 public function sendStateEvent(string $eventType, array $content, string $stateKey = '') { function in MatrixPhp\\Room 551 $this->api()->sendStateEvent($this->roomId, $eventType, $content, $stateKey); 824 $this->sendStateEvent('m.room.encryption', ['algorithm' => 'm.megolm.v1.aes-sha2']);
|