Closed (fixed)
Project:
Twitter
Version:
6.x-3.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2010 at 13:30 UTC
Updated:
3 Nov 2010 at 15:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
phoenix commentedIf I change this:
To this:
Then it works! But is this the right way of doing it? And what should be a good number of characters to limit. Now I tried 25, but if the hashtag is longer, we have the same initial problem.
Comment #2
ger.lv commentedChanging from '{0,15}' to '{0,25}' is not the best solution.
It's better to change it to '+' - it's going to use the pattern until finds character that's not in the pattern.
And changing it to '+' actually solves the following issue as well #706988.
The patch is attached.
Comment #3
mattgilbert commentedThis worked for me, thanks!
Comment #4
walkah commentedI think the only real side effect of this is potentially mis-linking @ references of > 15 characters.
committed for inclusion in the next release.