From e97bbd2df57a86724e7c645dca61c9dffb8e80d5 Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Sun, 4 Oct 2015 20:15:03 +0200 Subject: [PATCH] hides the new native gnu social delete-notices #281 --- QvitterPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QvitterPlugin.php b/QvitterPlugin.php index 87db9e9..be228b5 100644 --- a/QvitterPlugin.php +++ b/QvitterPlugin.php @@ -565,7 +565,7 @@ class QvitterPlugin extends Plugin { } } - if($notice->source == 'activity' || $notice->object_type == 'activity' || $notice->object_type == 'http://activitystrea.ms/schema/1.0/activity') { + if($notice->source == 'activity' || $notice->object_type == 'activity' || $notice->object_type == 'http://activitystrea.ms/schema/1.0/activity' || $notice->verb == 'delete') { $twitter_status['is_activity'] = true; } else {