]> 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>
Wed, 17 Jan 2024 00:03:09 +0000 (01:03 +0100)
- added missing 'author-alias'

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

index c7438d2593b57ec0f939f643bcc1c4e067590430..0baf8273cee56961ffd662e51269ef0b6f6192fc 100644 (file)
@@ -298,7 +298,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']]);