···127 return;
128 }
129130- const res = await fetch(`https://wf.jbc.lol/api/user?id=${u2}`, {
131- method: 'GET',
132- headers: {
133- Authorization: `Bearer ${this._token}`
134- },
135 })
136137 if (!res.ok) {
138 console.log(await res.text());
139- 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);
140 return;
141 }
142
···127 return;
128 }
129130+ const res = await fetch(`https://${ifWafrn.instHost}/api/user?id=${ifWafrn.name}`, {
131+ method: 'GET'
000132 })
133134 if (!res.ok) {
135 console.log(await res.text());
136+ 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);
137 return;
138 }
139