Commit Graph

7 Commits (50ea54b3ed125477656893a67d9f552bb53e8ba5)

Author SHA1 Message Date
Claire 65db262550
Update twitter-text from 1.14 to 3.1.0 and fix toot character counting ()
* Update twitter-text from 1.14 to 3.1.0

* Disable emoji parsing

* Properly depend on twitter-text for url detection

* Fix some URLs being wrongly detected client-side

* Add test for server-side validation of non-autolinkable URLs

* Fix server-side status length counting
luigi eb51e43fb4
Optimize some regex matching ()
* Use Regex#match?

* Replace =~ too

* Avoid to call match? from Nil

* Keep value of Regexp.last_match
Yamagishi Kazutoshi b21db9bbde Using double splat operator ()
Eugen Rochko 3e90987c8b Fix some rubocop style issues ()
Yamagishi Kazutoshi f937cad68f Skip formatting for cashtag in status text ()
Resolve 
abcang d22cec81fb Unify the method of extracting tags ()
masarakki d08f1112d5 use Twitter::Extractor for creating links ()