Bug 1901930 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We introduced message lists in order to cope with large amount of returned messages. We should be consistent in its usage. The number of displayed messages can be as large as the number of selected messages, so both functions should behave the same.

The only other place where we still return messages as plain arrays is in the compose API, when returning the saved/send messages, which is limited to only a few messages. It is acceptable to keep returning these in an array.
We introduced message lists in order to cope with large amount of returned messages. We should be consistent in its usage. The number of displayed messages can be as large as the number of selected messages, so both functions should behave the same.

Back to Bug 1901930 Comment 0