mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
spelling: decide
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
53aba7b37e
commit
435321caa8
1 changed files with 1 additions and 1 deletions
|
@ -1830,7 +1830,7 @@ class Transmitter
|
|||
$item['body'] = $announce['comment'] . "\n" . $announce['object']['plink'];
|
||||
$activity['object'] = self::createNote($item, $api_mode);
|
||||
|
||||
/// @todo Finally descide how to implement this in AP. This is a possible way:
|
||||
/// @todo Finally decide how to implement this in AP. This is a possible way:
|
||||
$activity['object']['attachment'][] = self::createNote($announce['object']);
|
||||
|
||||
$activity['object']['source']['content'] = $orig_body;
|
||||
|
|
Loading…
Reference in a new issue