From 091d443aceaaf8ce5cbbf83d1c7da8ee1e623f49 Mon Sep 17 00:00:00 2001 From: Xamora Date: Fri, 2 Feb 2024 11:16:25 +0100 Subject: [PATCH] =?UTF-8?q?Episode=203:=20Petit=20Homme=20=C3=A9rection=20?= =?UTF-8?q?au=20pantalon=20fa=C3=A7e=20=C3=A0=20l'entr=C3=A9e=20de=20ses?= =?UTF-8?q?=20d=C3=A9sirs,=20p=C3=A9netre=20non=20sans=20crainte=20une=20d?= =?UTF-8?q?emeure=20avec=20le=20souvenir=20du=20num=C3=A9ro=20de=20code=20?= =?UTF-8?q?de=20la=20Belle=20Dame.=20Pas=20=C3=A0=20pas,=20marche=20par=20?= =?UTF-8?q?marche,=20sautant=20de=20deux=20en=20deux,=20des=20ailes=20lui?= =?UTF-8?q?=20pouss=C3=A9=20sur=20le=20dos=20ne=20pensant=20qu'au=20moment?= =?UTF-8?q?=20futur.=20En=20oposition=20=C3=A0=C2=A0la=20porte=20de=20sa?= =?UTF-8?q?=20tr=C3=A8s=20ch=C3=A8re,=20il=20sonne,=20puis=20rien...=20Il?= =?UTF-8?q?=20ressonne,=20remarque=20que=20la=20porte=20n'=C3=A9tait=20pas?= =?UTF-8?q?=20v=C3=A9rouiller,=20entre=20puis...;=20La=20suite=20au=20proc?= =?UTF-8?q?hain=20Commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/static/js/views/ProfilePageView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/static/js/views/ProfilePageView.js b/frontend/static/js/views/ProfilePageView.js index 88ab8f7..b289a9f 100644 --- a/frontend/static/js/views/ProfilePageView.js +++ b/frontend/static/js/views/ProfilePageView.js @@ -57,9 +57,9 @@ export default class extends AbstractView { block.id = "block"; block.onclick = async () => { if (!this.profile.isBlocked) - await client.profiles.block(this.userId); + await client.profiles.block(this.user_id); else - await client.profiles.deblock(this.userId); + await client.profiles.deblock(this.user_id); this.profile = await client.profiles.getProfile(this.username); this.blockButton();