···127127 return;
128128 }
129129130130- const res = await fetch(`https://wf.jbc.lol/api/user?id=${u2}`, {
131131- method: 'GET',
132132- headers: {
133133- Authorization: `Bearer ${this._token}`
134134- },
130130+ const res = await fetch(`https://${ifWafrn.instHost}/api/user?id=${ifWafrn.name}`, {
131131+ method: 'GET'
135132 })
136133137134 if (!res.ok) {
138135 console.log(await res.text());
139139- await this.send("", 'There is an error while getting your user info. You might want to wait a bit.', postNotif.posts[0].privacy, "", postNotif.users.map(t => t.id), postNotif.posts[0].id);
136136+ await this.send("", 'There is an error while getting your user info. You might want to wait a bit. You also need to make sure your profile is visible to public as it\'s the only way Wadge can detect it, sadly, but you can just reinstate it later.', postNotif.posts[0].privacy, "", postNotif.users.map(t => t.id), postNotif.posts[0].id);
140137 return;
141138 }
142139