mirror of
https://github.com/friendica/friendica
synced 2024-11-10 13:42:53 +00:00
We can now store it without any problem
This commit is contained in:
parent
914b3a9e3e
commit
5af0ee1b95
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ class Processor
|
|||
$item['tag'] = self::constructTagList($activity['tags'], $activity['sensitive']);
|
||||
$item['app'] = $activity['service'];
|
||||
$item['plink'] = defaults($activity, 'alternate-url', $item['uri']);
|
||||
$item['diaspora_signed_text'] = defaults($activity, 'diaspora:comment', '');
|
||||
|
||||
$item = self::constructAttachList($activity['attachments'], $item);
|
||||
|
||||
|
|
Loading…
Reference in a new issue