Bug fixes
This commit is contained in:
parent
83802ef6a2
commit
0710685e50
6 changed files with 26 additions and 4 deletions
|
@ -202,7 +202,9 @@ class Channel{
|
|||
async function(this:Channel,id:string){
|
||||
const message=SnowFlake.getSnowFlakeFromID(id,Message).getObject();
|
||||
try{
|
||||
message.deleteDiv();
|
||||
if(message){
|
||||
message.deleteDiv();
|
||||
}
|
||||
}catch(e){console.error(e)}finally{}
|
||||
}.bind(this),
|
||||
this.readbottom.bind(this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue