Fixed issue #1628 - Added support for new Twitter tweet length limit of 280 chars.
This commit is contained in:
parent
aca6073eba
commit
ab189f46ec
3 changed files with 3 additions and 3 deletions
|
@ -2121,7 +2121,7 @@ class TwitterConversationRef extends App.ControllerContent
|
|||
open: 88
|
||||
closed: 20
|
||||
|
||||
maxTextLength: 140
|
||||
maxTextLength: 280
|
||||
warningTextLength: 10
|
||||
|
||||
constructor: ->
|
||||
|
|
|
@ -144,7 +144,7 @@ class App.TicketZoomArticleNew extends App.Controller
|
|||
attributes: []
|
||||
internal: false,
|
||||
features: ['body:limit', 'body:initials']
|
||||
maxTextLength: 140
|
||||
maxTextLength: 280
|
||||
warningTextLength: 30
|
||||
}
|
||||
if possibleArticleType['twitter direct-message']
|
||||
|
|
|
@ -440,7 +440,7 @@
|
|||
</div>
|
||||
<div class="textBubble-footer">
|
||||
<div class="textBubble-signatur"><span class="js-signature">/je</span></div>
|
||||
<div class="textBubble-letterCount js-letterCount">140</div>
|
||||
<div class="textBubble-letterCount js-letterCount">280</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue