This commit is contained in:
2019-05-13 14:43:52 +01:00
parent bc77354183
commit 3093bec59b

View File

@ -28,7 +28,6 @@ namespace Yavsc.Controllers
var cxsQuery = dbContext.ChatConnection?.Include(c=>c.Owner)
.Where(cx => cx.Connected).GroupBy( c => c.ApplicationUserId );
// List<ChatUserInfo> result = new List<ChatUserInfo>();
if (cxsQuery!=null)
foreach (var g in cxsQuery) {