Hey @jkepps and @KobarSeptyanus, I would just like to point out that SendBird just recently released v3.0.156 of their JS SDK which introduces markAsRead(callback): Promise<void>
. Now that this method returns a Promise
(or accepts a callback), it’s possible to reliably avoid duplicate calls to markAsRead
.
2 Likes