From 14cf9572cd69cc217571c0a596aa6c4fb34eff7f Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 25 Apr 2014 16:08:58 -0700 Subject: doc/strings update --- doc/html/items_8php.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/html/items_8php.html') diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index b56f79a3a..ebea2bc0c 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -275,6 +275,15 @@ Functions
+

add_source_route($iid,$hash) Adds $hash to the item source route specified by $iid

+
Parameters
+ + + +
integer$iiditem['id'] of target item
string$hashxchan_hash of the channel that sent the item Modifies item pointed to by $iid
+
+
+

$item['route'] contains a comma-separated list of xchans that sent the current message, somewhat analogous to the * Received: header line in email. We can use this to perform loop detection and to avoid sending a particular item to any "upstream" sender (they already have a copy because they sent it to us).

Referenced by process_delivery().

@@ -1124,6 +1133,7 @@ Functions
+

get_public_feed($channel,$params) generate an Atom feed

Referenced by feed_init().

-- cgit v1.2.3