forked from GNUsocial/gnu-social
[ENTITY] Rename 'getFrom' to 'getBy'
This commit is contained in:
@@ -91,7 +91,7 @@ class Repeat extends Controller
|
||||
actor: Actor::getById($actor_id),
|
||||
content: $note->getContent(),
|
||||
content_type: $note->getContentType(),
|
||||
language: Language::getFromId($note->getLanguageId())->getLocale(),
|
||||
language: Language::getById($note->getLanguageId())->getLocale(),
|
||||
processed_attachments: $note->getAttachmentsWithTitle(),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user