We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b0d36 commit 1b777fbCopy full SHA for 1b777fb
1 file changed
packages/api/src/EmbeddedChatApi.ts
@@ -632,7 +632,7 @@ export default class EmbeddedChatApi {
632
try {
633
const { userId, authToken } = (await this.auth.getCurrentUser()) || {};
634
const messages = await fetch(
635
- `${this.host}/api/v1/chat.getThreadMessages?roomId=${this.rid}&tmid=${tmid}`,
+ `${this.host}/api/v1/chat.getThreadMessages?tmid=${tmid}`,
636
{
637
headers: {
638
"Content-Type": "application/json",
0 commit comments