mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update account.php
This commit is contained in:
@@ -527,14 +527,6 @@ App::get('/v1/account/sessions/oauth2/:provider/redirect')
|
||||
payload: $user
|
||||
);
|
||||
|
||||
Realtime::send(
|
||||
projectId: 'console',
|
||||
payload: $user->getArrayCopy(),
|
||||
events: $allEvents,
|
||||
channels: $target['channels'],
|
||||
roles: $target['roles']
|
||||
);
|
||||
|
||||
Realtime::send(
|
||||
projectId: $project->getId(),
|
||||
payload: $user->getArrayCopy(),
|
||||
|
||||
Reference in New Issue
Block a user