mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-28 07:14:50 +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
|
||||
(countItems pid)
|
||||
(\ off lim -> map adaptItem <$> getItems pid off lim)
|
||||
let here = OutboxR shr
|
||||
let here = SharerInboxR shr
|
||||
encodeRouteLocal <- getEncodeRouteLocal
|
||||
encodeRoutePageLocal <- getEncodeRoutePageLocal
|
||||
let pageUrl = encodeRoutePageLocal here
|
||||
|
|
Loading…
Reference in a new issue