summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir/mlmmj-expose.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ymir/mlmmj-expose.hs b/ymir/mlmmj-expose.hs
index 03af3c4b..56a70bba 100644
--- a/ymir/mlmmj-expose.hs
+++ b/ymir/mlmmj-expose.hs
@@ -156,9 +156,9 @@ 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) ++ "@subs.lists.yggdrasil.li" 159 replaceSub ident sub = FoxReplaceSub { rInput = listName ++ "\\+" ++ hash' (ident, sub) ++ "(@[^ ]+)?"
160 , rOutput = sub 160 , rOutput = sub
161 , rInputType = WordInput 161 , rInputType = RegexpInput
162 , rCaseSensitive = True 162 , rCaseSensitive = True
163 } 163 }
164 164