summaryrefslogtreecommitdiff
path: root/maildaemon.php
diff options
context:
space:
mode:
Diffstat (limited to 'maildaemon.php')
-rwxr-xr-xmaildaemon.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/maildaemon.php b/maildaemon.php
index f6de49d8d..f8fd7c11a 100755
--- a/maildaemon.php
+++ b/maildaemon.php
@@ -116,6 +116,7 @@ class MailerDaemon {
function add_notice($user, $msg) {
$notice = new Notice();
+ $notice->is_local = 1;
$notice->profile_id = $user->id;
$notice->content = trim(substr($msg, 0, 140));
$notice->rendered = common_render_content($notice->content, $notice);