mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:50:11 +00:00
Issue 8321: Follow items now work again
This commit is contained in:
parent
44eebde9cb
commit
825a7f9f93
3 changed files with 14 additions and 142 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue