Indention
This commit is contained in:
parent
f31e617f5d
commit
1ced4673fe
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue