fix authors?

This commit is contained in:
Andrey Kondratev
2025-11-10 16:51:57 +05:00
parent beb2d19019
commit 21a32ffc79
5 changed files with 83 additions and 28 deletions

View File

@@ -912,7 +912,6 @@ class QuixoticApp {
const data: ConvertResponse = await response.json();
if (data.audioUrl) {
if (this.tg) {
const userId = this.tg?.initDataUnsafe?.user?.id;
if (!userId) {