xmtp / libxmtp

MIT License
33 stars 13 forks source link

Update group.members() #749

Closed neekolas closed 1 month ago

neekolas commented 1 month ago

tl;dr

Notes

Still a bit of a hack. This approach assumes we have a StoredAssociationState for each member at their current sequence_id. The next iteration on top of this will build the association state in cases where the inbox is missing from the cache.

In pretty much all cases we should have it cached but we shouldn't need to rely on that being true.