Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: send event when deleting all sessions #3014

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
feat: remove logs
  • Loading branch information
christyjacob4 committed Mar 28, 2022
commit c1fa7ca86f991eb52056ce50fbe3cd2267c57980
2 changes: 0 additions & 2 deletions src/Appwrite/Messaging/Adapter/Realtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Utopia\Database\Document;
use Appwrite\Messaging\Adapter;
use Utopia\App;
use Utopia\CLI\Console;

class Realtime extends Adapter
{
Expand Down Expand Up @@ -243,7 +242,6 @@ public static function convertChannels(array $channels, string $userId): array
*/
public static function fromPayload(string $event, Document $payload, Document $project = null, Document $collection = null, Document $bucket = null): array
{
Console::success("FROM PAYLOAD - $event");
$channels = [];
$roles = [];
$permissionsChanged = false;
Expand Down