diff options
-rw-r--r-- | ymir/mlmmj-expose.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir/mlmmj-expose.hs b/ymir/mlmmj-expose.hs index b6309825..03af3c4b 100644 --- a/ymir/mlmmj-expose.hs +++ b/ymir/mlmmj-expose.hs | |||
@@ -156,7 +156,7 @@ main = do | |||
156 | , groupUrls = Set.empty | 156 | , groupUrls = Set.empty |
157 | , groupSubs = Set.fromList $ map (replaceSub ident) subscribers | 157 | , groupSubs = Set.fromList $ map (replaceSub ident) subscribers |
158 | } | 158 | } |
159 | replaceSub ident sub = FoxReplaceSub { rInput = hash' (ident, sub) | 159 | replaceSub ident sub = FoxReplaceSub { rInput = listName ++ "+" ++ hash' (ident, sub) ++ "@subs.lists.yggdrasil.li" |
160 | , rOutput = sub | 160 | , rOutput = sub |
161 | , rInputType = WordInput | 161 | , rInputType = WordInput |
162 | , rCaseSensitive = True | 162 | , rCaseSensitive = True |