Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Flow/Operation.php')
-rw-r--r--lib/Flow/Operation.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Flow/Operation.php b/lib/Flow/Operation.php
index 0c97e1669..dd152218a 100644
--- a/lib/Flow/Operation.php
+++ b/lib/Flow/Operation.php
@@ -141,7 +141,8 @@ class Operation implements IOperation {
$participant->getUser(),
$this->prepareMention($mode, $participant) . $message,
new \DateTime(),
- null
+ null,
+ ''
);
} catch (UnexpectedValueException $e) {
continue;