You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: concurrent modification and last message update
The `channels.keys` iterable is now cloned before iteration to prevent concurrent modification exceptions.
Additionally, the logic for updating a channel's `lastMessageAt` timestamp has been corrected to consider all messages, not just the very last one.
0 commit comments