aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-07-21 17:54:14 +0000
committerMario <mario@mariovavti.com>2020-07-21 17:54:14 +0000
commitca969cd0ed53563e6b5d518838e4da75f9f3e893 (patch)
tree4ffa2234a9fcceed3bc3ec416e1dc5fb9a0d7b8b /Zotlabs
parent4f95b44ff239f92574491b3053b7f5aace6432d3 (diff)
downloadvolse-hubzilla-ca969cd0ed53563e6b5d518838e4da75f9f3e893.tar.gz
volse-hubzilla-ca969cd0ed53563e6b5d518838e4da75f9f3e893.tar.bz2
volse-hubzilla-ca969cd0ed53563e6b5d518838e4da75f9f3e893.zip
those are not lÃikely to be parents
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/Activity.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index 5297c1f95..698556001 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -2562,8 +2562,8 @@ class Activity {
switch($a->type) {
case 'Create':
case 'Update':
- case 'Like':
- case 'Dislike':
+ //case 'Like':
+ //case 'Dislike':
case 'Announce':
$item = self::decode_note($a);
break;