From d17c15a9924240e31bc3a921ea15eac47087b43c Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Nov 2014 05:14:53 -0800 Subject: doc updates --- doc/html/zot_8php.html | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'doc/html/zot_8php.html') diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 273defd29..d570d5a79 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -142,8 +142,8 @@ Functions    allowed_public_recips ($msg)   - process_delivery ($sender, $arr, $deliveries, $relay, $public=false) -  + process_delivery ($sender, $arr, $deliveries, $relay, $public=false, $request=false) +   remove_community_tag ($sender, $arr, $uid)    update_imported_item ($sender, $item, $uid) @@ -263,7 +263,7 @@ Functions
-

Referenced by process_delivery().

+

Referenced by process_delivery().

@@ -513,7 +513,7 @@ Functions - +
@@ -545,7 +545,13 @@ Functions - + + + + + + + @@ -709,7 +715,7 @@ Functions
 $public = false $public = false,
 $request = false 
-

Referenced by process_delivery().

+

Referenced by process_delivery().

@@ -777,7 +783,7 @@ Functions
-

Referenced by process_delivery().

+

Referenced by process_delivery().

@@ -1112,6 +1118,9 @@ which will be processed and delivered before this function ultimately returns.
+

zot_process_message_request($data) If a site receives a comment to a post but finds they have no parent to attach it with, they may send a 'request' packet containing the message_id of the missing parent. This is the handler for that packet. We will create a message_list array of the entire conversation starting with the missing parent and invoke delivery to the sender of the packet.

+

include/deliver.php (for local delivery) and mod/post.php (for web delivery) detect the existence of this 'message_list' at the destination and split it into individual messages which are processed/delivered in order.

+

Called from mod/post.php

Referenced by post_post().

-- cgit v1.2.3