mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix(federation): 🐛 Use correct URL for bridge queries
This commit is contained in:
parent
217d3c286d
commit
8444ff5741
|
|
@ -594,7 +594,7 @@ export class User extends BaseInterface<typeof Users, UserWithRelations> {
|
||||||
}
|
}
|
||||||
|
|
||||||
const bridgeUri = new URL(
|
const bridgeUri = new URL(
|
||||||
`/apbridge/lysand/query?${new URLSearchParams({
|
`/apbridge/versia/query?${new URLSearchParams({
|
||||||
user_url: uri,
|
user_url: uri,
|
||||||
})}`,
|
})}`,
|
||||||
config.federation.bridge.url,
|
config.federation.bridge.url,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue