]> git.mxchange.org Git - friendica.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 7 Dec 2023 06:52:31 +0000 (07:52 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 23 Jun 2025 20:56:34 +0000 (22:56 +0200)
- added missing 'author-alias'

Signed-off-by: Roland Häder <roland@mxchange.org>
src/Content/Item.php

index 901a2eac3dd35befb99356ea5d91f46b3f3be03b..029b83aed2d0ff1213aa4e3a955673f9ea2bc6e8 100644 (file)
@@ -290,7 +290,7 @@ class Item
 
                        if ($this->activity->match($item['verb'], Activity::TAG)) {
                                $fields = [
-                                       'author-id', 'author-link', 'author-name', 'author-network', 'author-link', 'author-alias',
+                                       'author-id', 'author-link', 'author-name', 'author-network', 'author-alias',
                                        'verb', 'object-type', 'resource-id', 'body', 'plink'
                                ];
                                $obj = Post::selectFirst($fields, ['uri' => $item['parent-uri']]);