From 6f29f5d8659f07eb4d2e8d7c86a676584ecaeb4c Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 5 Jul 2024 23:57:16 +1200 Subject: [PATCH] fix channel id and gateway id --- src/public/text-messages-embed.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/public/text-messages-embed.html b/src/public/text-messages-embed.html index 7cd6b30..2609d95 100644 --- a/src/public/text-messages-embed.html +++ b/src/public/text-messages-embed.html @@ -147,8 +147,8 @@ params: { to: this.to, from: this.from, - channelId: this.channelId, - gatewayId: this.gatewayId, + channel_id: this.channelId, + gateway_id: this.gatewayId, count: this.count, order: "desc", last_id: this.oldestMessageId, @@ -194,8 +194,8 @@ params: { to: this.to, from: this.from, - channelId: this.channelId, - gatewayId: this.gatewayId, + channel_id: this.channelId, + gateway_id: this.gatewayId, count: this.count, order: "asc", last_id: this.latestMessageId,