Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c82db8b

Browse files
committed
发送消息bugfix
1 parent 784689d commit c82db8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/logic/message.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ func (MessageLogic) SendMessageTo(ctx context.Context, from, to int, content str
3232

3333
message := &model.Message{
3434
From: from,
35+
Fdel: model.FdelNotDel,
3536
To: to,
37+
Tdel: model.TdelNotDel,
3638
Content: content,
3739
Hasread: model.NotRead,
3840
}

0 commit comments

Comments
 (0)