mirror of
https://github.com/friendica/friendica
synced 2025-05-06 11:04:12 +02:00
Merge branch 'develop' into phpstan-level-1-in-addons
This commit is contained in:
commit
e17012801f
17 changed files with 40 additions and 43 deletions
|
@ -726,7 +726,7 @@ class Post
|
|||
$title = DI::l10n()->t('Commented by: %s', $actors);
|
||||
$icon = ['fa' => 'fa-commenting', 'icon' => 'icon-commenting'];
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
$title = DI::l10n()->t('Reacted with %s by: %s', $element['emoji'], $actors);
|
||||
$icon = [];
|
||||
|
@ -1180,7 +1180,6 @@ class Post
|
|||
*/
|
||||
protected function checkWallToWall()
|
||||
{
|
||||
$a = DI::app();
|
||||
$conv = $this->getThread();
|
||||
$this->wall_to_wall = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue