spreed/lib/Events/BeforeRoomSyncedEvent.php
Joas Schilling 1fda7a31e2
fix(federation): Sync room properties on join
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-08-22 16:24:49 +02:00

12 lines
246 B
PHP

<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\Talk\Events;
class BeforeRoomSyncedEvent extends ARoomSyncedEvent {
}