mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
The table_name property was only ever undefined for the
special all_messages_list object.
In 6f764ce4b3, we downgraded that object
to only have a MessageListData; as a result, we now never construct a
MessageList or MessageListView without `table_name` set correctly.