mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-22 11:00:51 +08:00
格式化部分内容
This commit is contained in:
parent
9ab7a3f5dd
commit
4db9fdf24e
@ -120,10 +120,10 @@ export async function getCookieMap(cookie) {
|
||||
*/
|
||||
export function recallMsg(e,r,times){
|
||||
setTimeout(()=>{
|
||||
if(e?.group?.recallMsg){
|
||||
e?.group?.recallMsg(r.message_id)
|
||||
}else if(e?.friend?.recallMsg){
|
||||
e?.friend?.recallMsg(r.message_id)
|
||||
if(e?.group?.recallMsg&&r?.message_id){
|
||||
e?.group?.recallMsg(r?.message_id)
|
||||
}else if(e?.friend?.recallMsg&&r?.message_id){
|
||||
e?.friend?.recallMsg(r?.message_id)
|
||||
}
|
||||
},1000 * times)
|
||||
}
|
||||
|
1715
model/user.js
1715
model/user.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user