We can now store it without any problem

This commit is contained in:
Michael 2018-10-12 18:53:13 +00:00
parent 914b3a9e3e
commit 5af0ee1b95
1 changed files with 1 additions and 0 deletions

View File

@ -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);