diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-26 22:35:16 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-26 22:35:16 -0400 |
commit | 2e0b64a9ba63abe0a38b13b309043110497fe82c (patch) | |
tree | b3fe514e04e677a22a06914fd271da7cead1e082 /actions/twitapistatuses.php | |
parent | e0e5013a3225fc55a02e4a9ebed9e10c28dc3050 (diff) |
add local flag for stuff posted over the API
darcs-hash:20080727023516-84dde-7ebc4ccc8065dd1df9a414d5c39df70dbfebf487.gz
Diffstat (limited to 'actions/twitapistatuses.php')
-rw-r--r-- | actions/twitapistatuses.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/twitapistatuses.php b/actions/twitapistatuses.php index 30f2e514a..4fff773a4 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) { |