ephemeraHQ / xmtp-inbox-ios

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

Handle duplicate conversations #52

Closed nakajima closed 1 year ago

nakajima commented 1 year ago

Adds a new model ConversationTopic so we can keep track of different topics for the same peer address. We're not showing different contexts yet, but this lays the groundwork to do so.

I think some of this logic could be moved over to the SDK, but I'd rather see how this approach settles over here first.

cc https://github.com/xmtp-labs/xmtp-inbox-ios/issues/42