mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
realtime connection
This commit is contained in:
@@ -536,6 +536,17 @@ class Certificates extends Action
|
||||
payload: $rule,
|
||||
project: $project
|
||||
);
|
||||
|
||||
var_dump([
|
||||
'redis' => $realtimeConnection($this->sourceRegion),
|
||||
'projectId' => 'console',
|
||||
'payload' => $rule->getArrayCopy(),
|
||||
'events' => $allEvents,
|
||||
'channels' => $target['channels'],
|
||||
'roles' => $target['roles'],
|
||||
]);
|
||||
|
||||
|
||||
Realtime::send(
|
||||
redis: $realtimeConnection($this->sourceRegion),
|
||||
projectId: 'console',
|
||||
|
||||
Reference in New Issue
Block a user