From b71ccabc3c7fea4054fcf4d3311456ff0ba12174 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Mon, 30 Nov 2020 19:18:03 +0100
Subject: [PATCH] fix: context issue with account

---
 src/context.pug | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/context.pug b/src/context.pug
index 9ed16c19..5967859d 100644
--- a/src/context.pug
+++ b/src/context.pug
@@ -5,6 +5,5 @@ script(data-default-context, type="application/ld+json")
   |     "object": "http://happy-dev.fr/owl/#object",
   |     "author": "http://happy-dev.fr/owl/#author",
   |     "account": "http://happy-dev.fr/owl/#account",
-  |     "jabberID": "foaf:jabberID",
-  |     "picture": "foaf:depiction"
+  |     "jabberID": "foaf:jabberID"
   | }
\ No newline at end of file
-- 
GitLab