Mentions are not replaced properly if there's more than one occurance of it in a tweet
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gwibber |
Fix Released
|
Low
|
Unassigned |
Bug Description
eg:
@NASA_Hubble - NASA's Twitter Account Receives Shorty Award - http://
gets converted to:
@NASA_Hubble - NASA's Twitter Account Recieves Shorty Award - <a href="http://
rather than:
@NASA_Hubble - NASA's Twitter Account Recieves Shorty Award - <a href="http://
So the first mention gets linkified twice and incorrectly and the subsequent ones not at all.
Related branches
- Ken VanDine: Approve
-
Diff: 49 lines (+16/-20)1 file modifiedgwibber/microblog/plugins/twitter/__init__.py (+16/-20)
Changed in gwibber: | |
importance: | Undecided → Low |
milestone: | none → 3.4 |
status: | New → Confirmed |
status: | Confirmed → Fix Committed |
Changed in gwibber: | |
status: | Fix Committed → Fix Released |