Fix For Random Crashing with FullVCPFP
Some checks are pending
Sync to Codeberg / Sync Codeberg and Github (push) Waiting to run
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-02-23 15:37:47 -05:00
parent 605af265ff
commit 2445a24cc3
No known key found for this signature in database

View file

@ -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) {