Merge branch 'develop' into phpstan-level-1-in-addons

This commit is contained in:
Art4 2024-11-30 19:23:36 +00:00
commit e17012801f
17 changed files with 40 additions and 43 deletions

View file

@ -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;