Display if an item is reshared

This commit is contained in:
Michael 2019-04-02 05:38:42 +00:00
parent b73caa83fc
commit a0fddca407
2 changed files with 17 additions and 3 deletions

View file

@ -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 = [];