Skip to content

Commit 4176839

Browse files
save file
1 parent a02b311 commit 4176839

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

html/chat-room/chat-room.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@
238238
}//msg
239239

240240

241-
post.del = async function({msg_id,password}){
241+
post.del = async function({id,password}){
242242

243243
var ts = display.last;
244-
var result = await post('del',{room_id,msg_id,password,ts});
244+
var result = await post('del',{room_id,id,password,ts});
245245
if(!result)return;
246246

247247
display.result(result);

0 commit comments

Comments
 (0)