Support for real reshares
This commit is contained in:
parent
e3cf708dd8
commit
d3e19bc880
7 changed files with 42 additions and 13 deletions
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue