mirror of
https://github.com/friendica/friendica
synced 2025-04-26 04:30:11 +00:00
Display the total emoji activity
This commit is contained in:
parent
676ce83dab
commit
e0d992f452
2 changed files with 8 additions and 6 deletions
|
@ -351,7 +351,7 @@ class Post
|
|||
foreach ($response_verbs as $value => $verb) {
|
||||
$responses[$verb] = [
|
||||
'self' => $conv_responses[$verb][$item['uri-id']]['self'] ?? 0,
|
||||
'output' => !empty($conv_responses[$verb][$item['uri-id']]) ? DI::conversation()->formatActivity($conv_responses[$verb][$item['uri-id']]['links'], $verb, $item['uri-id']) : '',
|
||||
'output' => !empty($conv_responses[$verb][$item['uri-id']]) ? DI::conversation()->formatActivity($conv_responses[$verb][$item['uri-id']]['links'], $verb, $item['uri-id'], $verbs[$verb], $emojis) : '',
|
||||
'total' => $emojis[$verbs[$verb]]['total'] ?? '',
|
||||
'title' => $emojis[$verbs[$verb]]['title'] ?? '',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue