Support for real reshares

This commit is contained in:
Michael 2020-10-11 08:49:47 +00:00
commit d3e19bc880
7 changed files with 42 additions and 13 deletions

View file

@ -562,9 +562,10 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
];
$likebuttons = [
'like' => null,
'dislike' => null,
'share' => null,
'like' => null,
'dislike' => null,
'share' => null,
'announce' => null,
];
if (DI::pConfig()->get(local_user(), 'system', 'hide_dislike')) {