another bug fix
This commit is contained in:
@@ -280,7 +280,7 @@ class Message{
|
||||
const combine=(premessage?.author?.snowflake!=this.author.snowflake)||(current)||this.message_reference
|
||||
if(combine){
|
||||
const pfp=this.author.buildpfp();
|
||||
this.author.bind(pfp,this.guild);
|
||||
this.author.bind(pfp,this.guild,false);
|
||||
pfpRow.appendChild(pfp);
|
||||
}else{
|
||||
div["pfpparent"]=pfpparent;
|
||||
|
Reference in New Issue
Block a user