mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor(federation): 🔥 Remove confusing User federation methods
This commit is contained in:
parent
9ff9b90f6b
commit
54b2dfb78d
12 changed files with 72 additions and 94 deletions
|
|
@ -106,7 +106,7 @@ export default apiRoute((app) =>
|
|||
config.http.base_url,
|
||||
),
|
||||
total: totalNotes,
|
||||
author: author.getUri(),
|
||||
author: author.uri,
|
||||
next:
|
||||
notes.length === NOTES_PER_PAGE
|
||||
? new URL(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue