Skip to content

Commit fa54362

Browse files
authored
Update README.md
1 parent f390471 commit fa54362

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,9 @@ The `sb.setErrorFirstCallback(false)` returns callbacks to their original parame
329329
### v.3.1.0 Release (Local Caching)
330330

331331
Local caching has been introduced to the Chat SDK in this v3.1.0 release. The newly embedded local caching functionalities can be enabled through an optional parameter `localCacheEnabled` in the `Sendbird` constructor, whose default is **false**. When local caching is turned off, the SDK is backward compatible with v3.0. This means it will work exactly the same as v3.0 and therefore is compatible with SyncManager. However, we strongly recommend you to use the Chat SDK with local caching instead of SyncManager for the following reasons:
332-
Sendbird Chat SDK with local caching supports new functionalities such as group channel collection, message collection, and message auto-resend.
333-
SyncManager will be deprecated eventually as the embedded local caching serves as the new and better version of it.
332+
333+
- Sendbird Chat SDK with local caching supports new functionalities such as group channel collection, message collection, and message auto-resend.
334+
- SyncManager will be deprecated eventually as the embedded local caching serves as the new and better version of it.
334335

335336
For further information, please see our [Docs](https://sendbird.com/docs/chat/v3/javascript/guides/local-caching).
336337

0 commit comments

Comments
 (0)