This commit is contained in:
Mirco Wittrien 2020-03-21 18:48:51 +01:00
parent 5109d8a5bf
commit 2728823127
2 changed files with 2 additions and 1 deletions

View File

@ -9109,6 +9109,7 @@
return InternalBDFDB._processAvatarRender(e.instance.props.message.author, renderedChildren) || renderedChildren;
};
}
else if (avatarWrapper && avatarWrapper.type == "img") e.returnvalue.props.children[0] = InternalBDFDB._processAvatarRender(e.instance.props.message.author, avatarWrapper) || avatarWrapper;
}
};
InternalBDFDB.processMemberListItem = function (e) {

File diff suppressed because one or more lines are too long