X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Foauthstore.php;h=df63cc1512c12e800158d335606c52a8b9294b6c;hb=4f213f985f292bab3d54671325954cae34c23fd3;hp=e34bf8a5ed8782d4430713caca155879447b3a56;hpb=b771a8bb2124d4e48df2e3d3d3078c4de1da3483;p=quix0rs-gnu-social.git diff --git a/lib/oauthstore.php b/lib/oauthstore.php index e34bf8a5ed..df63cc1512 100644 --- a/lib/oauthstore.php +++ b/lib/oauthstore.php @@ -359,9 +359,8 @@ class StatusNetOAuthDataStore extends OAuthDataStore $notice = Notice::saveNew($author->id, $omb_notice->getContent(), 'omb', - false, - null, - $omb_notice->getIdentifierURI()); + array('is_local' => Notice::REMOTE_OMB, + 'uri' => $omb_notice->getIdentifierURI())); common_broadcast_notice($notice, true); }