From 5255491cb851f8fd1f240beceeed7714ac6e66a2 Mon Sep 17 00:00:00 2001 From: Julio Eduardo <136407649+jueduardo@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:29:24 -0300 Subject: [PATCH] fix: typo on doc 'messaging.history-set' -> 'messaging-history.set'. (#1275) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a7dc75..b4c7f48 100644 --- a/README.md +++ b/README.md @@ -386,7 +386,7 @@ sock.ev.on('messages.update', event => { ### Summary of Events on First Connection 1. When you connect first time, `connection.update` will be fired requesting you to restart sock -2. Then, history messages will be received in `messaging.history-set` +2. Then, history messages will be received in `messaging-history.set` ## Implementing a Data Store @@ -928,7 +928,7 @@ await sock.fetchMessageHistory( msg.messageTimestamp ) ``` -- Messages will be received in `messaging.history-set` event +- Messages will be received in `messaging-history.set` event ### Fetch Status ```ts