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:
parent
6184b5cf5a
commit
68d7a3ae01
4 changed files with 12 additions and 6 deletions
|
@ -748,6 +748,7 @@ function item_post(&$a) {
|
|||
'verb' => ACTIVITY_POST,
|
||||
'otype' => 'item',
|
||||
'parent' => $parent,
|
||||
'parent_uri' => $parent_item['uri']
|
||||
));
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue