mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-03 08:55:47 +00:00
testing in prod moment
This commit is contained in:
@@ -14,7 +14,7 @@ router.get("/", route({}), async (req, res) => {
|
||||
|
||||
const ret = await makeOrderedCollection(
|
||||
req,
|
||||
`https://${webDomain}/fed/channels/${channel_id}/followers`,
|
||||
`https://${webDomain}/fed/channel/${channel_id}/followers`,
|
||||
() =>
|
||||
Member.count({
|
||||
where: { guild: { channels: { id: channel_id } } },
|
||||
|
||||
@@ -17,7 +17,7 @@ router.get("/", route({}), async (req, res) => {
|
||||
|
||||
const ret = await makeOrderedCollection(
|
||||
req,
|
||||
`https://${webDomain}/fed/channels/${channel_id}/outbox`,
|
||||
`https://${webDomain}/fed/channel/${channel_id}/outbox`,
|
||||
() => Message.count({ where: { channel_id } }),
|
||||
async (before, after) => {
|
||||
const query: FindManyOptions<Message> & {
|
||||
|
||||
Reference in New Issue
Block a user