fix(bots): Allow replying to bot messages

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-08-15 16:31:21 +02:00
parent 5f09e11ee4
commit f2ae212cb4
No known key found for this signature in database
GPG key ID: C400AAF20C1BB6FC

View file

@ -148,7 +148,7 @@ class Message {
$this->getMessageType() !== ChatManager::VERB_MESSAGE_DELETED &&
$this->getMessageType() !== ChatManager::VERB_REACTION &&
$this->getMessageType() !== ChatManager::VERB_REACTION_DELETED &&
\in_array($this->getActorType(), [Attendee::ACTOR_USERS, Attendee::ACTOR_GUESTS]);
\in_array($this->getActorType(), [Attendee::ACTOR_USERS, Attendee::ACTOR_GUESTS, Attendee::ACTOR_BOTS]);
}
/**