Searched refs:isGuestUser (Results 1 – 5 of 5) sorted by relevance
46 public function isGuestUser($uid) { function in OC\\Helper\\UserTypeHelper57 if ($this->isGuestUser($uid)) {
74 if ($this->userTypeHelper->isGuestUser($user->getUID()) === true) {
429 if (!$this->isGuestUser($userId)) {1032 if ($room->getListable() === Room::LISTABLE_USERS && !$this->isGuestUser($userId)) {1143 public function isGuestUser(string $userId): bool { function in OCA\\Talk\\Manager
525 $isGuestUser = $userTypeHelper->isGuestUser($share->getSharedWith());528 if (!$isGuestUser && $this->shareWithGroupMembersOnly()) {
1 …isGuestUser","handleLeave","CloseChannel","isArchived","CloseMessage","MenuItemToggleMuteChannel",…