mirror of
https://github.com/friendica/friendica
synced 2025-04-20 11:10:11 +00:00
Don't show reblogged on single post
This commit is contained in:
parent
0364972242
commit
5a01fb0521
2 changed files with 2 additions and 3 deletions
|
@ -295,7 +295,7 @@ class Statuses extends BaseApi
|
|||
DI::mstdnError()->UnprocessableEntity();
|
||||
}
|
||||
|
||||
System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid));
|
||||
System::jsonExit(DI::mstdnStatus()->createFromUriId($this->parameters['id'], $uid, false));
|
||||
}
|
||||
|
||||
private function getApp(): string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue