kopia lustrzana https://github.com/nextcloud/social
expose isLocal trough api
Signed-off-by: Robin Appelman <robin@icewind.nl>pull/1090/head
rodzic
dd9ed2f972
commit
dc5d89fe5c
lib/Model/ActivityPub
|
@ -496,6 +496,7 @@ class Stream extends ACore implements IQueryRow, JsonSerializable {
|
|||
}
|
||||
}
|
||||
$result = [
|
||||
"local" => $this->isLocal(),
|
||||
"content" => $this->getContent(),
|
||||
"sensitive" => $this->isSensitive(),
|
||||
"spoiler_text" => $this->getSpoilerText(),
|
||||
|
|
Ładowanie…
Reference in New Issue