From 989e78137edf1c8d0a85038965fb12e7bffb3e7a Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 4 Apr 2013 18:54:24 -0700 Subject: wrapper function to create arbitrary activities (e.g. for plugins and apps) with a minimal amount of fuss, though the amount of fuss could increase significantly depending on the nature of the activity. For a simple wall post, just set the $arr['body'] to the desired text and we'll do the rest. If the activity requires special verbs, objects or targets, these will all need to be constructed. --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.inc') diff --git a/version.inc b/version.inc index 9c1adc690..7860f44b2 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-04-03.272 +2013-04-04.273 -- cgit v1.2.3