1
0
Fork 0

put a variant of the parent_uri into email notification message-ids. Current message-ids aren't completel legal. More work to do.

This commit is contained in:
friendica 2012-08-15 17:14:29 -07:00
commit 68d7a3ae01
4 changed files with 12 additions and 6 deletions

View file

@ -748,6 +748,7 @@ function item_post(&$a) {
'verb' => ACTIVITY_POST,
'otype' => 'item',
'parent' => $parent,
'parent_uri' => $parent_item['uri']
));
}