зеркало из https://github.com/nextcloud/spreed.git
Add empty referenceId when sending a message though flow
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
eb9736a29f
Коммит
cae12daac1
|
@ -141,7 +141,8 @@ class Operation implements IOperation {
|
|||
$participant->getUser(),
|
||||
$this->prepareMention($mode, $participant) . $message,
|
||||
new \DateTime(),
|
||||
null
|
||||
null,
|
||||
''
|
||||
);
|
||||
} catch (UnexpectedValueException $e) {
|
||||
continue;
|
||||
|
|
Загрузка…
Ссылка в новой задаче