widget chat 13

This commit is contained in:
Alma 2025-04-11 11:59:51 +02:00
parent fefd75bda6
commit 820fdab2a0

View File

@ -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`,
{