Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php32 protected $inviteOnly = false; variable in MatrixPhp\\Room
778 * @param bool $inviteOnly If True, users will have to be invited to join
783 public function setInviteOnly(bool $inviteOnly) { argument
784 $joinRule = $inviteOnly ? 'invite' : 'public';
787 $this->inviteOnly = $inviteOnly;
857 $this->inviteOnly = $econtent["join_rule"] == "invite";