This commit is contained in:
Madeline
2023-08-14 18:24:03 +10:00
parent 110efb3de2
commit 533ca27760
+1
View File
@@ -28,6 +28,7 @@ router.get(
// we know what you mean, bro
resource = resource.replace("acct:", "");
if (resource[0] == "@") resource = resource.slice(1);
const [resourceId, resourceDomain] = resource.split("@");
const { webDomain } = Config.get().federation;