add local flag for stuff posted over the API
darcs-hash:20080727023516-84dde-7ebc4ccc8065dd1df9a414d5c39df70dbfebf487.gz
This commit is contained in:
parent
e0e5013a32
commit
2e0b64a9ba
@ -404,6 +404,7 @@ class TwitapistatusesAction extends TwitterapiAction {
|
||||
}
|
||||
|
||||
$notice->rendered = common_render_content($notice->content, $notice);
|
||||
$notice->is_local = 1;
|
||||
|
||||
$id = $notice->insert();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user