fix: update API params

This commit is contained in:
Danish Arora 2025-10-23 18:24:28 +05:30
parent 0ea489a37b
commit 08c9acb25a
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -77,8 +77,7 @@ export class ReliableMessaging {
channelId,
senderId,
encoder,
decoder,
{ initialQueryLookbackMs: 30 * 24 * 60 * 60 * 1000 }
decoder
);
this.setupChannelListeners(this.channel);
} catch (error) {