mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-28 22:14:52 +09:00
Fix redirection bug in SharerInboxR
This commit is contained in:
parent
bf9199b466
commit
9689e9d471
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ getSharerInboxR shr = do
|
||||||
getPageAndNavCount
|
getPageAndNavCount
|
||||||
(countItems pid)
|
(countItems pid)
|
||||||
(\ off lim -> map adaptItem <$> getItems pid off lim)
|
(\ off lim -> map adaptItem <$> getItems pid off lim)
|
||||||
let here = OutboxR shr
|
let here = SharerInboxR shr
|
||||||
encodeRouteLocal <- getEncodeRouteLocal
|
encodeRouteLocal <- getEncodeRouteLocal
|
||||||
encodeRoutePageLocal <- getEncodeRoutePageLocal
|
encodeRoutePageLocal <- getEncodeRoutePageLocal
|
||||||
let pageUrl = encodeRoutePageLocal here
|
let pageUrl = encodeRoutePageLocal here
|
||||||
|
|
Loading…
Reference in a new issue