Fix repost author incorrectly labelled as Annoymous

## Issue
- Closes 5673: Reposts are all listed under "Annoymous"
- Requires `lbry-redux::391`
This commit is contained in:
infinite-persistence 2021-03-15 12:54:57 +08:00 committed by Sean Yesmunt
parent 9fadf3850f
commit 48fa49c98b
2 changed files with 3 additions and 3 deletions

View file

@ -141,7 +141,7 @@
"imagesloaded": "^4.1.4",
"json-loader": "^0.5.4",
"lbry-format": "https://github.com/lbryio/lbry-format.git",
"lbry-redux": "lbryio/lbry-redux#bf728f8716385749370de9a1edee50b267d61fa4",
"lbry-redux": "lbryio/lbry-redux#9eb308c58ee0dd020c23e59633c647879321cfcd",
"lbryinc": "lbryio/lbryinc#7faea40d87b78ec91b901c62f501499dc4737025",
"lint-staged": "^7.0.2",
"localforage": "^1.7.1",

View file

@ -6898,9 +6898,9 @@ lazy-val@^1.0.4:
yargs "^13.2.2"
zstd-codec "^0.1.1"
lbry-redux@lbryio/lbry-redux#bf728f8716385749370de9a1edee50b267d61fa4:
lbry-redux@lbryio/lbry-redux#9eb308c58ee0dd020c23e59633c647879321cfcd:
version "0.0.1"
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/bf728f8716385749370de9a1edee50b267d61fa4"
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/9eb308c58ee0dd020c23e59633c647879321cfcd"
dependencies:
proxy-polyfill "0.1.6"
reselect "^3.0.0"