From f558128806bb289e8e818c404eb6b30a59a23130 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 12 May 2021 10:34:38 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index bb8bc4b1a4..eedd26f850 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -6013,6 +6013,9 @@ module.exports = (_ => { render() { if (!this.props.guild) return null; + this.props.guildId = this.props.guild.id; + this.props.selectedChannelId = LibraryModules.LastChannelStore.getChannelId(this.props.guild.id); + let currentVoiceChannel = LibraryModules.ChannelStore.getChannel(LibraryModules.CurrentVoiceUtils.getChannelId()); let hasVideo = currentVoiceChannel && LibraryModules.VoiceUtils.hasVideo(currentVoiceChannel);