When making a timeline request for an empty channel, the paging property returned is an empty array, rather than an empty object.
This makes it impossible to parse the response in some circumstances where the paging property is expected to always have the same type (i.e., JSON object).
When making a timeline request for an empty channel, the
paging
property returned is an empty array, rather than an empty object.This makes it impossible to parse the response in some circumstances where the
paging
property is expected to always have the same type (i.e., JSON object).