mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 08:27:17 +08:00
FIX: Support links with google analytics tracking and hashes
This commit is contained in:
@ -304,7 +304,7 @@ http://b.com/#{'a'*500}
|
||||
expect(counts_for[post.id].first[:clicks]).to eq(1)
|
||||
|
||||
array = TopicLink.topic_map(Guardian.new, post.topic_id)
|
||||
expect(array.length).to eq(5)
|
||||
expect(array.length).to eq(6)
|
||||
expect(array[0]["clicks"]).to eq("1")
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user