mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-26 03:15:06 +00:00
me when
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user