Fix hashtags not being picked up when full-width hash sign is used (#36103)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -54,7 +54,7 @@ module Extractor
|
||||
end
|
||||
|
||||
def extract_hashtags_with_indices(text, _options = {})
|
||||
return [] unless text&.index('#')
|
||||
return [] unless text&.index(/[##]/)
|
||||
|
||||
possible_entries = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user