SkygearIO / chat

Skygear Plugin - Chat SDK
Apache License 2.0
17 stars 18 forks source link

Update get messages lambda arguments order to make the api backwards compatible with the old sdk #196

Closed carmenlau closed 6 years ago

carmenlau commented 6 years ago

New arguments are added to get messages lambda for the cache support. It breaks the old sdk as old sdk used array to pass the arguments.

So we need to update and put the new arguments at the end in the function signature