group file
This commit is contained in:
parent
2e1b2a5d40
commit
c0bc9e9da4
@ -24,6 +24,7 @@ class Team
|
|||||||
GroupMessage::where('im_msg_id', $clientId)->update(['is_recall' => 1]);
|
GroupMessage::where('im_msg_id', $clientId)->update(['is_recall' => 1]);
|
||||||
|
|
||||||
// 文件消息 撤回存储文件
|
// 文件消息 撤回存储文件
|
||||||
|
GroupFile::where("im_msg_id", $clientId)->update(["is_recall" => 1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user