Issue 8321: Follow items now work again

This commit is contained in:
Michael 2020-03-05 07:16:47 +00:00
parent 44eebde9cb
commit 825a7f9f93
3 changed files with 14 additions and 142 deletions

View file

@ -3168,6 +3168,10 @@ class Item
case 'unattendmaybe':
$activity = Activity::ATTENDMAYBE;
break;
case 'follow':
case 'unfollow':
$activity = Activity::FOLLOW;
break;
default:
Logger::log('like: unknown verb ' . $verb . ' for item ' . $item_id);
return false;