simplifying basic chat notifications
This commit is contained in:
parent
75fbe7be5e
commit
9774182add
11 changed files with 113 additions and 106 deletions
|
|
@ -110,7 +110,7 @@ namespace Yavsc.Services
|
|||
_logger.LogDebug($"Sending signal to {string.Join(" ",raa)} : "+JsonConvert.SerializeObject(ev));
|
||||
// we assume that each hub connected client will handle this signal
|
||||
|
||||
hubClient.notify(NotificationTypes.BookQuery,
|
||||
hubClient.notify(NotificationTypes.ServerMessage,
|
||||
$"# {ev.Sender} (un client) vous demande un rendez-vous\n"+body);
|
||||
|
||||
result.message_id=MimeKit.Utils.MimeUtils.GenerateMessageId(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue