From e124c9fa5ca046d48eb927fe80706cf6d42f6bff Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 3 Oct 2012 22:28:19 -0700 Subject: Can't see any posts currently - after the big shakeup, but we can now post top level activities and store them. --- mod/poke.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/poke.php') diff --git a/mod/poke.php b/mod/poke.php index a4ccc517a..739690386 100755 --- a/mod/poke.php +++ b/mod/poke.php @@ -76,7 +76,7 @@ function poke_init(&$a) { $poster = $a->contact; - $uri = item_new_uri($a->get_hostname(),$uid); + $uri = item_message_id(); $arr = array(); -- cgit v1.2.3