X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Frouter.php;h=180d8f791b97d3bc351984ad9effbf17f1ca2715;hb=98064e63365e7a38c3631dd9a4c04b122eae7cdd;hp=536797dce17ec6d224b2fb56ffaf9a99668040ea;hpb=6f0bd73e6c714213bd4a8a800a2330ad9d711ac6;p=quix0rs-gnu-social.git diff --git a/lib/router.php b/lib/router.php index 536797dce1..180d8f791b 100644 --- a/lib/router.php +++ b/lib/router.php @@ -763,6 +763,11 @@ class Router array('action' => 'ApiGroupProfileUpdate', 'id' => '[a-zA-Z0-9]+', 'format' => '(xml|json)')); + + $m->connect('api/statusnet/conversation/:id.:format', + array('action' => 'apiconversation', + 'id' => '[0-9]+', + 'format' => '(xml|json|rss|atom|as)')); // Lists (people tags)