refactor: remove SeqNo from message and conversation read state models, update related logic
This commit is contained in:
@@ -698,7 +698,6 @@ func createWorkflowExecutorCustomerMessage(t *testing.T, db *gorm.DB, conversati
|
||||
SenderType: enums.IMSenderTypeCustomer,
|
||||
MessageType: enums.IMMessageTypeText,
|
||||
Content: content,
|
||||
SeqNo: 1,
|
||||
SendStatus: enums.IMMessageStatusSent,
|
||||
SentAt: &now,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user