mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove double realtime
This commit is contained in:
@@ -3124,6 +3124,7 @@ App::post('/v1/databases/:databaseId/collections/:collectionId/documents')
|
||||
|
||||
// We don't want to double trigger events
|
||||
$queueForEvents->setEvent('');
|
||||
$queueForRealtime->setEvent('');
|
||||
|
||||
if ($isBulk) {
|
||||
$response
|
||||
|
||||
Reference in New Issue
Block a user