feat: able to resend message now
This commit is contained in:
@@ -69,7 +69,6 @@ func DeleteAllMessages() error {
|
||||
}
|
||||
|
||||
func (message *Message) UpdateAndInsert(userId int) error {
|
||||
message.Link = common.GetUUID()
|
||||
message.Timestamp = time.Now().Unix()
|
||||
message.UserId = userId
|
||||
message.Status = common.MessageSendStatusPending
|
||||
|
||||
Reference in New Issue
Block a user