1
0
Fork 0

Merge pull request #12070 from annando/share

Some more improvements for posts with shares
This commit is contained in:
Hypolite Petovan 2022-10-27 08:19:23 -04:00 committed by GitHub
commit f418687a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 208 additions and 153 deletions

View file

@ -49,7 +49,7 @@ class StatusTest extends FixtureTest
new Url(DI::logger()),
new Mention(DI::logger(), DI::baseUrl()),
new Activities(DI::logger(), DI::twitterUser()),
new Attachment(DI::logger()));
new Attachment(DI::logger()), DI::contentItem());
}
/**