diff options
Diffstat (limited to 'actions/postnotice.php')
-rw-r--r-- | actions/postnotice.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/postnotice.php b/actions/postnotice.php index c86e095ff..ab12277bb 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -75,6 +75,7 @@ class PostnoticeAction extends Action { $notice = Notice::staticGet('uri', $notice_uri); if (!$notice) { $notice = new Notice(); + $notice->is_local = 0; $notice->profile_id = $remote_profile->id; $notice->uri = $notice_uri; $notice->content = $content; |