strvcom / ios-chat-component

Chat modular library
MIT License
1 stars 1 forks source link

Store messages and conversations inside the networking class #16

Closed danpecher closed 4 years ago

danpecher commented 4 years ago

@schwarja I think loading more data is already covered because the same listener completion is called for first data and paginated data as well, so the array of locally stored items just gets updated, right?

schwarja commented 4 years ago

@schwarja I think loading more data is already covered because the same listener completion is called for first data and paginated data as well, so the array of locally stored items just gets updated, right?

@danpecher You are correct, but I believe it wasn't like that when you implemented in the networking class