summary refs log tree commit diff
path: root/api/src/routes/channels
diff options
context:
space:
mode:
authoruurgothat <cckhmck@gmail.com>2021-09-30 18:57:53 +0300
committeruurgothat <cckhmck@gmail.com>2021-09-30 18:57:53 +0300
commit7ae37c53719c782838c5cf77c3ad719ca20d72df (patch)
treeb9e42dc2d87d15e5c86f35c8d574794353a48119 /api/src/routes/channels
parentMerge pull request #403 from Thesourtimes/master (diff)
downloadserver-ts-7ae37c53719c782838c5cf77c3ad719ca20d72df.tar.xz
hotfix for misc routes
Diffstat (limited to 'api/src/routes/channels')
-rw-r--r--api/src/routes/channels/#channel_id/messages/#message_id/crosspost.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/src/routes/channels/#channel_id/messages/#message_id/crosspost.ts b/api/src/routes/channels/#channel_id/messages/#message_id/crosspost.ts

index 8174a61f..de0c01f1 100644 --- a/api/src/routes/channels/#channel_id/messages/#message_id/crosspost.ts +++ b/api/src/routes/channels/#channel_id/messages/#message_id/crosspost.ts
@@ -5,7 +5,6 @@ const router = Router(); router.post("/", route({ permission: "MANAGE_MESSAGES" }), (req: Request, res: Response) => { // TODO: - //const { locale, primary_only } = req.query; res.json({ id: "", type: 0,