Update BDFDB.js

This commit is contained in:
Mirco Wittrien 2020-07-10 01:30:16 +02:00 committed by GitHub
parent b0a3dc4568
commit 18c60bf47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -9843,7 +9843,8 @@
"363785301195358221",
"443943393660239872",
"592471476192673814",
"106938698938978304"
"106938698938978304",
"329018006371827713"
];
InternalBDFDB._processAvatarRender = function (user, avatar) {
if (BDFDB.ReactUtils.isValidElement(avatar) && BDFDB.ObjectUtils.is(user)) {
@ -10263,4 +10264,4 @@
InternalBDFDB.reloadLib();
}
}, 10000);
})();
})();