Refresh the avatar dialog when impostor is deleted (#1048)

This commit is contained in:
poprox24
2024-12-27 02:17:09 +01:00
committed by GitHub
parent 5d79c5615e
commit 8d06d90bd6

View File

@@ -12019,6 +12019,7 @@ speechSynthesis.getVoices();
message: 'Imposter deleted', message: 'Imposter deleted',
type: 'success' type: 'success'
}); });
this.showAvatarDialog(D.id);
return args; return args;
}); });
break; break;