textileio / ios-textile

[DEPRECATED] iOS bindings for https://github.com/textileio/go-textile
MIT License
10 stars 6 forks source link

ThreadPeers should return PeerList #52

Closed sanderpick closed 5 years ago

sanderpick commented 5 years ago

https://github.com/textileio/ios-textile/blob/master/Textile/Classes/ThreadsApi.m#L53 is unmarshaling to a ContactList, but it should be a PeerList: https://github.com/textileio/go-textile/blob/master/core/threads.go#L304

asutula commented 5 years ago

doh!