refactor: remove bookmarks in status-list reducer
This commit is contained in:
parent
e56ffdae40
commit
4e87e81076
|
@ -71,7 +71,6 @@ type StatusList = ReturnType<typeof StatusListRecord>;
|
|||
|
||||
const initialState: State = ImmutableMap({
|
||||
favourites: StatusListRecord(),
|
||||
bookmarks: StatusListRecord(),
|
||||
pins: StatusListRecord(),
|
||||
scheduled_statuses: StatusListRecord(),
|
||||
recent_events: StatusListRecord(),
|
||||
|
|
Loading…
Reference in New Issue