fix: deleted user in msg feed

This commit is contained in:
Tristan Yang
2022-11-16 15:49:19 +08:00
parent 734c6ce75b
commit 833b2b9dbd
+1
View File
@@ -68,6 +68,7 @@ const useSendMessage = (props?: Props) => {
if (reply_mid) { if (reply_mid) {
removeReplying(); removeReplying();
await replyMessage({ await replyMessage({
from_uid: from,
reply_mid, reply_mid,
type, type,
content content