mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-04 10:55:44 +00:00
dfljkgkjdfg
This commit is contained in:
@@ -12,7 +12,7 @@ router.get("/", route({}), async (req, res) => {
|
||||
|
||||
const { webDomain } = Config.get().federation;
|
||||
|
||||
const ret = makeOrderedCollection(
|
||||
const ret = await makeOrderedCollection(
|
||||
req,
|
||||
`https://${webDomain}/fed/channels/${channel_id}/followers`,
|
||||
() =>
|
||||
|
||||
@@ -15,7 +15,7 @@ router.get("/", route({}), async (req, res) => {
|
||||
|
||||
const { webDomain } = Config.get().federation;
|
||||
|
||||
const ret = makeOrderedCollection(
|
||||
const ret = await makeOrderedCollection(
|
||||
req,
|
||||
`https://${webDomain}/fed/channels/${channel_id}/outbox`,
|
||||
() => Message.count({ where: { channel_id } }),
|
||||
|
||||
Reference in New Issue
Block a user