mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix Realtime
This commit is contained in:
parent
e8056834aa
commit
bcfb0d1428
1 changed files with 5 additions and 0 deletions
|
|
@ -330,6 +330,11 @@ class Realtime extends Adapter
|
||||||
$roles = [Role::team($project->getAttribute('teamId'))->toString()];
|
$roles = [Role::team($project->getAttribute('teamId'))->toString()];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
case 'migrations':
|
||||||
|
$channels[] = 'console';
|
||||||
|
$projectId = 'console';
|
||||||
|
$roles = [Role::team($project->getAttribute('teamId'))->toString()];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue