bug reporting & a fix

This commit is contained in:
Paul Schneider 2019-05-18 09:42:50 +01:00
commit 8414ab7ab3
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)