Fix fetching error by tag

このコミットが含まれているのは:
jasper 2019-02-27 18:14:42 -08:00
コミット 4d026baf17
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -54,8 +54,8 @@ const backendInteractorService = (credentials) => {
return apiService.denyUser({credentials, id})
}
const startFetching = ({timeline, store, userId = false}) => {
return timelineFetcherService.startFetching({timeline, store, credentials, userId})
const startFetching = ({timeline, store, userId = false, tag = false}) => {
return timelineFetcherService.startFetching({timeline, store, credentials, userId, tag})
}
const setUserMute = ({id, muted = true}) => {