From 9d4a7441e31b659c4297b5b278cc0ebe98cd738a Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 30 Apr 2014 09:11:38 +0200 Subject: [PATCH] Fix parsing quotelinks in threads with slugs. Fix #1577 Fix #1580 Fix #1589 Close #1598 --- src/General/Post.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/General/Post.coffee b/src/General/Post.coffee index 3dd604291..c0d6ffe1f 100644 --- a/src/General/Post.coffee +++ b/src/General/Post.coffee @@ -98,8 +98,9 @@ class Post return unless match = quotelink.href.match /// boards\.4chan\.org/ ([^/]+) # boardID - /thread/\d+#p - (\d+) # postID + /thread/\d+ + .* # thread slug + \#p(\d+) # postID $ ///