bug reporting & a fix

This commit is contained in:
2019-05-18 09:42:50 +01:00
parent dbafacefca
commit ddd4754b98
14 changed files with 206 additions and 15 deletions

View File

@ -34,6 +34,7 @@ namespace Yavsc.Services
_emailSender = emailSender;
siteSettings = sitesOptions?.Value;
hubContext = GlobalHost.ConnectionManager.GetHubContext<ChatHub>();
_dbContext = dbContext;
}
public async Task <MessageWithPayloadResponse> NotifyEvent<Event>
(IEnumerable<string> userIds, Event ev)