diff --git a/QvitterPlugin.php b/QvitterPlugin.php index 36ff4ea..5869f5d 100644 --- a/QvitterPlugin.php +++ b/QvitterPlugin.php @@ -438,7 +438,6 @@ class QvitterPlugin extends Plugin { $notice_groups = $notice->getGroups(); $group_addressees = false; foreach($notice_groups as $g) { - error_log(print_r($g,true)); $group_addressees = array('nickname'=>$g->nickname,'url'=>$g->mainpage); } $twitter_status['statusnet_in_groups'] = $group_addressees; @@ -474,14 +473,16 @@ class QvitterPlugin extends Plugin { } // reply-to profile url + $twitter_status['in_reply_to_profileurl'] = null; if ($notice->reply_to) { $reply = Notice::getKV(intval($notice->reply_to)); if ($reply) { $replier_profile = $reply->getProfile(); - } + $twitter_status['in_reply_to_profileurl'] = $replier_profile->profileurl; + } } - $twitter_status['in_reply_to_profileurl'] = - ($replier_profile) ? $replier_profile->profileurl : null; + + // some more metadata about notice diff --git a/actions/qvitter.php b/actions/qvitter.php index 8d81838..8db4257 100644 --- a/actions/qvitter.php +++ b/actions/qvitter.php @@ -549,7 +549,7 @@ class QvitterAction extends ApiAction

How to set email preferences

On New {instance-name} go to

-

Your header avatar (upper right) → Settings → More Settings → Email

+

Your header avatar (upper right) → Settings → Email

check accordingly:
— Send me notifications of new subscriptions through email.
— Send me email when someone adds my notice as a favorite.
@@ -583,7 +583,7 @@ class QvitterAction extends ApiAction

yes to "let anyone follow me" (1)

no to "Make updates visible only to my followers"

If you really want to change these settings in New {instance-name} go to:

-

Your header avatar (upper right) → Settings → More Settings → Profile

+

Your header avatar (upper right) → Settings → Profile

(1): Change to "Ask me first" and you will receive e-mail notifications when someone wants to follow you. It leaves the subscription request pending until you either confirm or reject it. (But this does not work in New {instance-name} yet, so be careful with this setting)

@@ -591,14 +591,14 @@ class QvitterAction extends ApiAction

Can I delete my {instance-name} account?

You can delete your account, but your all notices will be deleted on {instance-name} as well -- and this will break conversation threads. If you re-create your account on another instance, it's better to rename your {instance-name} account to something like MyNickhasmovedtoFragdev, instead of deleting it.

To delete your account go to:

-

Your header avatar (upper right) → Settings → More settings → Delete account (right column)

+

Your header avatar (upper right) → Settings → Delete account (right column)

How to connect your {instance-name} account to your Twitter account

You can forward your notices to Twitter

In New {instance-name}:

-

Your header avatar (upper right) → Settings → More Settings → Twitter

+

Your header avatar (upper right) → Settings → Twitter

You are forwarded to Twitter and have to authorise {instance-name} to use your Twitter account.

According to user reports this doesn't always work on the first or second attempt. If it doesn't, you may have to try again later. The cause of the problem may be on Twitter's side. Your browser must not block Javascript or Cookies.