Add FetchStatus class.

We will use this in subsequent commits to replace the
`load_more_enabled` flag.
This commit is contained in:
Steve Howell
2018-03-09 16:04:07 -05:00
committed by Tim Abbott
parent ec305149be
commit fef2840531
5 changed files with 127 additions and 1 deletions

View File

@@ -1026,6 +1026,7 @@ JS_SPECS = {
'js/top_left_corner.js',
'js/stream_list.js',
'js/filter.js',
'js/fetch_status.js',
'js/message_list_view.js',
'js/message_list.js',
'js/message_live_update.js',