Closed wolfsage closed 7 years ago
getThreadUpdates is returning message ids instead of thread ids.
This also means if you say 'fetchRecords => true', it claims the items are not found (since its looking up thread.id using message.id).
Fixed :)
Thanks!
getThreadUpdates is returning message ids instead of thread ids.
This also means if you say 'fetchRecords => true', it claims the items are not found (since its looking up thread.id using message.id).