Browse Source
Fix getRoomForSession with guests
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/363/head
Joas Schilling
8 years ago
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with
1 additions and
1 deletions
-
lib/Manager.php
|
|
@ -241,7 +241,7 @@ class Manager { |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @param string $userId |
|
|
|
* @param string|null $userId |
|
|
|
* @param string $sessionId |
|
|
|
* @return Room |
|
|
|
* @throws RoomNotFoundException |
|
|
|