maybe solves #131
This commit is contained in:
parent
82f120219d
commit
4e39d59885
|
@ -543,7 +543,7 @@ class QvitterPlugin extends Plugin {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$twitter_status['is_local'] = false;
|
$twitter_status['is_local'] = false;
|
||||||
$twitter_status['external_url'] = $notice->getUrl();
|
$twitter_status['external_url'] = $notice->getUrl(true);
|
||||||
}
|
}
|
||||||
if($notice->object_type == 'activity') {
|
if($notice->object_type == 'activity') {
|
||||||
$twitter_status['is_activity'] = true;
|
$twitter_status['is_activity'] = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user