You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancement request - please provide an empty list when getting all emails from an empty inbox
(GET: "/api/messages/")
When the inbox has messages, these are displayed as a list under the key "data", but when the inbox is empty this label is missing. This means that everywhere one calls this, one has to check if the key is present. Personally I think it would be easier from a user's perspective if the list was provided, e.g.
'data':[]
so as to not break e.g. streaming from this value.
Thank you!
The text was updated successfully, but these errors were encountered:
Enhancement request - please provide an empty list when getting all emails from an empty inbox
(GET: "/api/messages/")
When the inbox has messages, these are displayed as a list under the key "data", but when the inbox is empty this label is missing. This means that everywhere one calls this, one has to check if the key is present. Personally I think it would be easier from a user's perspective if the list was provided, e.g.
'data':[]
so as to not break e.g. streaming from this value.
Thank you!
The text was updated successfully, but these errors were encountered: