Indention

This commit is contained in:
Michael 2022-11-30 13:35:57 +00:00
parent f31e617f5d
commit 1ced4673fe
1 changed files with 2 additions and 2 deletions

View File

@ -169,13 +169,13 @@ class Status extends BaseFactory
foreach ($this->mstdnMentionFactory->createFromUriId($shared_uri_id)->getArrayCopy() as $mention) {
if (!in_array($mention, $mentions)) {
$mentions[] = $mention;
$mentions[] = $mention;
}
}
foreach ($this->mstdnTagFactory->createFromUriId($shared_uri_id) as $tag) {
if (!in_array($tag, $tags)) {
$tags[] = $tag;
$tags[] = $tag;
}
}