From 82362a4b51444789f7b9477894b76012ad421494 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 3 Dec 2020 13:47:01 +0100 Subject: [PATCH] fix: context issue with account --- src/context.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/context.pug b/src/context.pug index 5967859..9ed16c1 100644 --- a/src/context.pug +++ b/src/context.pug @@ -5,5 +5,6 @@ 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" + | "jabberID": "foaf:jabberID", + | "picture": "foaf:depiction" | } \ No newline at end of file