mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-25 18:58:12 +00:00
Refactor to guid uid
This commit is contained in:
@@ -47,7 +47,7 @@ namespace PodNoms.Api.Controllers {
|
||||
message.FromUserName = _applicationUser.FullName;
|
||||
message.FromUserId = _applicationUser.Id;
|
||||
var chat = _mapper.Map<ChatMessage>(message);
|
||||
await _chatRepository.AddOrUpdateAsync(chat);
|
||||
_chatRepository.AddOrUpdate(chat);
|
||||
await this._unitOfWork.CompleteAsync();
|
||||
|
||||
if (await _supportChatService.InitiateSupportRequest(_userId, message)) {
|
||||
|
||||
Reference in New Issue
Block a user