From 5a46553ea450956fa8cc412c046ae6e252a2541b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Mon, 5 May 2025 00:45:17 +0500 Subject: [PATCH] Update profile.js --- api/v1/src/profile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/v1/src/profile.js b/api/v1/src/profile.js index 6ba5cf7..9622be9 100644 --- a/api/v1/src/profile.js +++ b/api/v1/src/profile.js @@ -41,6 +41,8 @@ async function getProfileFromAnixart(profileId, token = '') { profileData.profile.avatar = "https://giffiles.alphacoders.com/170/170278.gif"; profileData.profile.login = "Недоступно!"; profileData.profile.status = "Ведутся технические работы!"; + profileData.profile.is_sponsor = true; + profileData.profile.is_blocked = true; return { ...profileData,