Fixed a small bug in PinDMs

This commit is contained in:
Mirco Wittrien 2018-12-25 11:54:01 +01:00
parent ab1d966217
commit 0ae5b4266d
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class PinDMs {
getDescription () {return "Allows you to pin DMs, making them appear at the top of your DM-list.";}
getVersion () {return "1.2.4";}
getVersion () {return "1.2.5";}
getAuthor () {return "DevilBro";}
@ -47,6 +47,7 @@ class PinDMs {
this.UserStore = BDFDB.WebModules.findByProperties("getUsers", "getUser");
this.ChannelUtils = BDFDB.WebModules.findByProperties("getDMFromUserId");
this.PrivateChannelUtils = BDFDB.WebModules.findByProperties("ensurePrivateChannel");
var observer = null;