Update 0BDFDB.plugin.js
This commit is contained in:
parent
21a6a5b587
commit
e1b480d792
|
@ -8015,7 +8015,7 @@ module.exports = (_ => {
|
|||
}
|
||||
if (message) {
|
||||
e.returnvalue.props.children.props[InternalData.authorIdAttribute] = message.author.id;
|
||||
if (LibraryModules.RelationshipUtils.isFriend(message.author.id)) e.returnvalue.props.children.props[InternalData.authorFriendAttribute] = true;
|
||||
if (LibraryModules.RelationshipStore.isFriend(message.author.id)) e.returnvalue.props.children.props[InternalData.authorFriendAttribute] = true;
|
||||
if (message.author.id == BDFDB.UserUtils.me.id) e.returnvalue.props.children.props[InternalData.authorSelfAttribute] = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue