mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-05 06:09:57 +01:00
* feat: add direct message link /message/:mid add /:index? to chat routes add copy link to chat messages add messageCount to each room object add infinitescroll in both directions to chat * fix more tests * test: more text fixes * test: fix tests * remove async * dont crash if element not in dom clamp scrollToIndex values to 0, msgCount
26 lines
577 B
YAML
26 lines
577 B
YAML
get:
|
|
tags:
|
|
- shorthand
|
|
summary: Access a chat room
|
|
description: Redirects a request to the proper chat page URL
|
|
parameters:
|
|
- name: roomid
|
|
in: path
|
|
required: true
|
|
schema:
|
|
type: string
|
|
example: 1
|
|
- name: index
|
|
in: path
|
|
required: true
|
|
schema:
|
|
type: string
|
|
example: 1
|
|
responses:
|
|
"200":
|
|
description: "Chat identifier resolved"
|
|
content:
|
|
text/plain:
|
|
schema:
|
|
type: string
|
|
description: A relative path to the canonical URL for that chat page |