From 376d55f61fd1a7efe269983ebc466b9f96b3f852 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 6 Jun 2019 08:25:40 +0100 Subject: [PATCH] informs chatting js that user is authenticated. --- src/Yavsc/Views/Home/Chat.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Yavsc/Views/Home/Chat.cshtml b/src/Yavsc/Views/Home/Chat.cshtml index ef1bae5f..3453f550 100644 --- a/src/Yavsc/Views/Home/Chat.cshtml +++ b/src/Yavsc/Views/Home/Chat.cshtml @@ -4,7 +4,7 @@
+ data-chans="yavsc" data-is_auth="@ViewBag.IsAuthenticated" data-mutectl="mute" > @section scripts {