another bug fix
This commit is contained in:
parent
def930115f
commit
2d9d71c91f
4 changed files with 6 additions and 6 deletions
|
@ -277,7 +277,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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue