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 56a70bba..169fbb42 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 = listName ++ "\\+" ++ 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 = RegexpInput | 161 | , rInputType = RegexpInput |
162 | , rCaseSensitive = True | 162 | , rCaseSensitive = True |