From b1282b1b9fd9997d15f127810f98117e01b72daa Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 22 Jul 2008 10:18:28 -0400 Subject: mark incoming notices as local or not darcs-hash:20080722141828-84dde-160fe4582c1949af1f6b049b3336cad493e30510.gz --- maildaemon.php | 1 + 1 file changed, 1 insertion(+) (limited to 'maildaemon.php') 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); -- cgit v1.2.3-54-g00ecf