From e7514669de58770dd2165eb2e9bda28c35e4fdb2 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Fri, 28 Feb 2020 16:45:34 +0100
Subject: [PATCH] fix: use extra_context instead of context

---
 sib-chat.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sib-chat.js b/sib-chat.js
index 5979362..422f491 100644
--- a/sib-chat.js
+++ b/sib-chat.js
@@ -38,7 +38,7 @@ export const SibChat = {
     },
   },
 
-  get context() {
+  get extra_context() {
     return { "foaf": 'http://xmlns.com/foaf/0.1/', "chatProfile": "http://happy-dev.fr/owl/#chatProfile", "jabberID": "foaf:jabberID" };
   },
 
-- 
GitLab