add channelId

This commit is contained in:
易磊 2024-10-25 10:18:43 +08:00 committed by GitHub
parent 127f501771
commit f635bbcb49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),