From 2a02b33a4cd51dc17a4cf8ae7e7605d9c34315e8 Mon Sep 17 00:00:00 2001 From: psychobunny <rodrigues.andrew@gmail.com> Date: Mon, 12 Sep 2016 14:14:03 -0400 Subject: [PATCH] fix for chats in persona --- plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index acb84c3..244c27b 100644 --- a/plugin.json +++ b/plugin.json @@ -11,6 +11,7 @@ "../nodebb-theme-persona/lib/persona.js", "../nodebb-theme-persona/lib/modules/nprogress.js", "../nodebb-theme-persona/lib/modules/autohidingnavbar.min.js", - "../nodebb-theme-persona/lib/modules/slideout.min.js" + "../nodebb-theme-persona/lib/modules/slideout.min.js", + "../nodebb-theme-persona/lib/client/chats.js" ] } \ No newline at end of file