ephemeraHQ / xmtp-inbox-ios

ARCHIVED: See the README for info about an alternative iOS app you can try.
4 stars 0 forks source link

Bug: Duplicate conversations visible in list #42

Closed elisealix22 closed 1 year ago

elisealix22 commented 1 year ago

We'd like to dedupe conversations based on peerAddress. Right now I believe they are unique because they have unique topics.

IMG_0008

nakajima commented 1 year ago

I wonder if this makes sense to add to the SDK? It feels like something more people could run into? Maybe adding something like a ConversationGroup that has a peer address then a list of topics and sorts all messages from those topics by date?

nakajima commented 1 year ago

This should be fixed up now.