Update LastMessageDate.plugin.js
This commit is contained in:
parent
1816f4de0f
commit
ba1146277e
|
@ -263,7 +263,6 @@ module.exports = (_ => {
|
|||
}
|
||||
|
||||
processUserPopoutBodySimplified (e) {
|
||||
console.log(e);
|
||||
if (!currentPopout) return;
|
||||
let user = e.instance.props.user || BDFDB.LibraryStores.UserStore.getUser(e.instance.props.userId);
|
||||
if (!user || user.isNonUserBot()) return;
|
||||
|
|
Loading…
Reference in New Issue