spreed/lib/Events/BeforeReactionRemovedEvent.php
Joas Schilling ce7a13a109
feat(bots): Allow bots to get invoked for reactions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-02-11 06:41:00 +01:00

12 lines
249 B
PHP

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