]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add local flag for stuff posted over the API
authorEvan Prodromou <evan@prodromou.name>
Sun, 27 Jul 2008 02:35:16 +0000 (22:35 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 27 Jul 2008 02:35:16 +0000 (22:35 -0400)
darcs-hash:20080727023516-84dde-7ebc4ccc8065dd1df9a414d5c39df70dbfebf487.gz

actions/twitapistatuses.php

index 30f2e514aff68d7041a53e7b0c000b6b36cd7833..4fff773a4b71551ba173b50d44aefe1c116cd148 100644 (file)
@@ -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) {