widget chat 13
This commit is contained in:
parent
fefd75bda6
commit
820fdab2a0
@ -80,7 +80,7 @@ export async function GET() {
|
||||
|
||||
console.log(`Fetching messages for room ${subscription.name} using endpoint ${endpoint}`);
|
||||
|
||||
// Get the most recent messages from the room
|
||||
// Get the most recent messages from the room using the user's personal access token
|
||||
const messagesResponse = await fetch(
|
||||
`https://parole.slm-lab.net/api/v1/${endpoint}?roomId=${subscription.rid}&count=1`,
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user