add channelId
This commit is contained in:
parent
127f501771
commit
f635bbcb49
|
|
@ -17,7 +17,7 @@ public partial class MongoRepository
|
|||
UserId = !string.IsNullOrEmpty(conversation.UserId) ? conversation.UserId : string.Empty,
|
||||
Title = conversation.Title,
|
||||
Channel = conversation.Channel,
|
||||
CallingPhone = conversation.CallingPhone,
|
||||
ChannelId = conversation.ChannelId,
|
||||
TaskId = conversation.TaskId,
|
||||
Status = conversation.Status,
|
||||
Tags = conversation.Tags ?? new(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue