mirror of
https://github.com/friendica/friendica
synced 2025-04-28 01:10:12 +00:00
Display if an item is reshared
This commit is contained in:
parent
b73caa83fc
commit
a0fddca407
2 changed files with 17 additions and 3 deletions
|
@ -238,7 +238,7 @@ class Post extends BaseObject
|
|||
$location = ((strlen($locate['html'])) ? $locate['html'] : render_location_dummy($locate));
|
||||
|
||||
// process action responses - e.g. like/dislike/attend/agree/whatever
|
||||
$response_verbs = ['like', 'dislike'];
|
||||
$response_verbs = ['like', 'dislike', 'announce'];
|
||||
|
||||
$isevent = false;
|
||||
$attend = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue