mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
Fix For Random Crashing with FullVCPFP
This commit is contained in:
parent
605af265ff
commit
2445a24cc3
1 changed files with 1 additions and 1 deletions
|
@ -34,9 +34,9 @@ export default definePlugin({
|
|||
|
||||
getVoiceBackgroundStyles({ className, participantUserId }: any) {
|
||||
if (!className.includes("tile_")) return;
|
||||
if (!participantUserId) return;
|
||||
|
||||
const user = UserStore.getUser(participantUserId);
|
||||
|
||||
const avatarUrl = IconUtils.getUserAvatarURL(user, false, 1024);
|
||||
|
||||
if (Settings.plugins.USRBG.enabled && Settings.plugins.USRBG.voiceBackground) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue