From: Evan Prodromou Date: Sun, 27 Jul 2008 02:35:16 +0000 (-0400) Subject: add local flag for stuff posted over the API X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2e0b64a9ba63abe0a38b13b309043110497fe82c;p=quix0rs-gnu-social.git add local flag for stuff posted over the API darcs-hash:20080727023516-84dde-7ebc4ccc8065dd1df9a414d5c39df70dbfebf487.gz --- diff --git a/actions/twitapistatuses.php b/actions/twitapistatuses.php index 30f2e514af..4fff773a4b 100644 --- a/actions/twitapistatuses.php +++ b/actions/twitapistatuses.php @@ -404,7 +404,8 @@ class TwitapistatusesAction extends TwitterapiAction { } $notice->rendered = common_render_content($notice->content, $notice); - + $notice->is_local = 1; + $id = $notice->insert(); if (!$id) {