chat cx have a user name
This commit is contained in:
@ -34,7 +34,9 @@ namespace Yavsc.Controllers
|
||||
|
||||
public async Task<IActionResult> Index(string id)
|
||||
{
|
||||
|
||||
ViewBag.IsFromSecureProx = (Request.Headers.ContainsKey(Constants.SshHeaderKey))? Request.Headers[Constants.SshHeaderKey]=="on" : false ;
|
||||
ViewBag.SecureHomeUrl = "https://"+Request.Headers["X-Forwarded-Host"];
|
||||
ViewBag.SshHeaderKey = Request.Headers[Constants.SshHeaderKey];
|
||||
var uid = User.GetUserId();
|
||||
long [] clicked=null;
|
||||
if (uid==null) {
|
||||
|
Reference in New Issue
Block a user