Browse Source
FIx insertIfNotExists() query for guest names
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/4735/head
Joas Schilling
5 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
lib/GuestManager.php
|
|
|
@ -107,7 +107,7 @@ class GuestManager { |
|
|
|
$dispatchEvent = false; |
|
|
|
} |
|
|
|
} catch (ParticipantNotFoundException $e) { |
|
|
|
$this->connection->insertIfNotExist('*PREFIX*talk_guests', [ |
|
|
|
$this->connection->insertIfNotExist('*PREFIX*talk_guestnames', [ |
|
|
|
'session_hash' => $sessionHash, |
|
|
|
'display_name' => $displayName, |
|
|
|
], ['session_hash']); |
|
|
|
|