From 7fafb51e926cb51f83a67392dd936e67680eaa23 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 20 Feb 2016 17:51:40 -0800 Subject: [PATCH] add todo note for feeds --- lib/Formats/Mf2.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Formats/Mf2.php b/lib/Formats/Mf2.php index a001c25..d67bd02 100644 --- a/lib/Formats/Mf2.php +++ b/lib/Formats/Mf2.php @@ -115,7 +115,8 @@ class Mf2 { 'url' => null, 'photo' => null ], - 'items' => [] + 'items' => [], + 'todo' => 'Not yet implemented. Please see https://github.com/aaronpk/XRay/issues/1' ]; return $data;