Update PinDMs.plugin.js
This commit is contained in:
parent
11fe3124e0
commit
8876870c12
|
@ -2,7 +2,7 @@
|
||||||
* @name PinDMs
|
* @name PinDMs
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 2.0.1
|
* @version 2.0.2
|
||||||
* @description Allows you to pin DMs, making them appear at the top of your DMs/ServerList
|
* @description Allows you to pin DMs, making them appear at the top of your DMs/ServerList
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -385,7 +385,7 @@ module.exports = (_ => {
|
||||||
}, after: e2 => {
|
}, after: e2 => {
|
||||||
if (e2.methodArguments[0] != 0) {
|
if (e2.methodArguments[0] != 0) {
|
||||||
let id = e.instance.props.privateChannelIds[e2.methodArguments[1]];
|
let id = e.instance.props.privateChannelIds[e2.methodArguments[1]];
|
||||||
e2.returnValue = e.instance.props.channels[id] ? BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.PrivateChannelItems[e.instance.props.channels[id].isMultiUserDM() ? "GroupDM" : "DirectMessage"], Object.assign({
|
e2.returnValue = e.instance.props.channels[id] ? BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.PrivateChannelItems.DirectMessage, Object.assign({
|
||||||
key: id,
|
key: id,
|
||||||
channel: e.instance.props.channels[id],
|
channel: e.instance.props.channels[id],
|
||||||
selected: e.instance.props.selectedChannelId == id
|
selected: e.instance.props.selectedChannelId == id
|
||||||
|
|
Loading…
Reference in New Issue