fixe l'accès web au chat privé
This commit is contained in:
parent
371151ebde
commit
7d0625f44d
18 changed files with 2400 additions and 101 deletions
|
|
@ -8,6 +8,10 @@ using Yavsc.ViewModels.Account;
|
|||
using System.Security.Claims;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Yavsc.Models.Auth;
|
||||
using System.Collections.Generic;
|
||||
using static Yavsc.ChatHub;
|
||||
using Microsoft.Data.Entity;
|
||||
using System.Linq;
|
||||
|
||||
namespace Yavsc.WebApi.Controllers
|
||||
{
|
||||
|
|
@ -159,6 +163,8 @@ namespace Yavsc.WebApi.Controllers
|
|||
}
|
||||
return Ok();
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue