mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 00:24:51 +09:00
S2S: FIx bug in parsing Follow object
This commit is contained in:
parent
1e8dd71f23
commit
d5063eaef9
1 changed files with 2 additions and 2 deletions
|
@ -226,8 +226,8 @@ followF
|
||||||
local <- hostIsLocal hObj
|
local <- hostIsLocal hObj
|
||||||
return $
|
return $
|
||||||
if local
|
if local
|
||||||
then Nothing
|
then objRoute =<< decodeRouteLocal luObj
|
||||||
else objRoute =<< decodeRouteLocal luObj
|
else Nothing
|
||||||
case mobj of
|
case mobj of
|
||||||
Nothing -> return "Follow object unrelated to me, ignoring activity"
|
Nothing -> return "Follow object unrelated to me, ignoring activity"
|
||||||
Just obj -> do
|
Just obj -> do
|
||||||
|
|
Loading…
Reference in a new issue