mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix(bots): Allow replying to bot messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
5f09e11ee4
commit
f2ae212cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue