kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
refactor: remove bookmarks in status-list reducer
rodzic
e56ffdae40
commit
4e87e81076
|
@ -71,7 +71,6 @@ type StatusList = ReturnType<typeof StatusListRecord>;
|
||||||
|
|
||||||
const initialState: State = ImmutableMap({
|
const initialState: State = ImmutableMap({
|
||||||
favourites: StatusListRecord(),
|
favourites: StatusListRecord(),
|
||||||
bookmarks: StatusListRecord(),
|
|
||||||
pins: StatusListRecord(),
|
pins: StatusListRecord(),
|
||||||
scheduled_statuses: StatusListRecord(),
|
scheduled_statuses: StatusListRecord(),
|
||||||
recent_events: StatusListRecord(),
|
recent_events: StatusListRecord(),
|
||||||
|
|
Ładowanie…
Reference in New Issue