mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(federation): 🐛 Fix new notes being federated to ALL remote users, regardless of visibility
This commit is contained in:
parent
2f823317c2
commit
558ae72c82
3 changed files with 5 additions and 5 deletions
|
|
@ -2,3 +2,6 @@ import { config } from "config-manager";
|
|||
|
||||
export const oauthRedirectUri = (issuer: string) =>
|
||||
new URL(`/oauth/sso/${issuer}/callback`, config.http.base_url).toString();
|
||||
|
||||
export const localObjectUri = (id: string) =>
|
||||
new URL(`/objects/${id}`, config.http.base_url).toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue