Conversation:
Notices
-
@mmn !gnusocial I just had a look at the Twitter Bridge because it is looping messages I send from Twitter through my own bridge. I notice a loop is stopped by a check if $notice->source = 'twitter' I wonder if this check could be one on 'api' to?
For personal purposes I now changed line 198 of TwitterBridgePlugin.php to
if (($notice->source != 'twitter')AND($notice->source != 'api')) {
-
@discussthang Can't you set your API client to send a source parameter that defines it as twitter? I think you can just add &source=twitter