Browse Source

FIx insertIfNotExists() query for guest names

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/4735/head
Joas Schilling 5 years ago
parent
commit
b814a507d7
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      lib/GuestManager.php

2
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']);

Loading…
Cancel
Save