This commit is contained in:
Nicolas Stepien 2013-04-14 15:15:34 +02:00
parent 39edd9a9d3
commit 995729b600
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
- Fix resurrecting dead quotelinks on HTTP.
### 3.0.6 - *2013-04-14* ### 3.0.6 - *2013-04-14*
- Fix regression concerning thread selection when quoting on the index. - Fix regression concerning thread selection when quoting on the index.

View File

@ -2057,9 +2057,9 @@ Redirect =
post: (boardID, postID) -> post: (boardID, postID) ->
switch boardID switch boardID
when 'a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'vp', 'vr', 'wsg' when 'a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'vp', 'vr', 'wsg'
"//archive.foolz.us/_/api/chan/post/?board=#{boardID}&num=#{postID}" "https://archive.foolz.us/_/api/chan/post/?board=#{boardID}&num=#{postID}"
when 'u' when 'u'
"//nsfw.foolz.us/_/api/chan/post/?board=#{boardID}&num=#{postID}" "https://nsfw.foolz.us/_/api/chan/post/?board=#{boardID}&num=#{postID}"
when 'c', 'int', 'out', 'po' when 'c', 'int', 'out', 'po'
"//archive.thedarkcave.org/_/api/chan/post/?board=#{boardID}&num=#{postID}" "//archive.thedarkcave.org/_/api/chan/post/?board=#{boardID}&num=#{postID}"
# for fuuka-based archives: # for fuuka-based archives: