Fixed issue #1628 - Added support for new Twitter tweet length limit of 280 chars.

This commit is contained in:
Thorsten Eckel 2017-11-08 17:14:12 +01:00
parent aca6073eba
commit ab189f46ec
3 changed files with 3 additions and 3 deletions

View file

@ -2121,7 +2121,7 @@ class TwitterConversationRef extends App.ControllerContent
open: 88
closed: 20
maxTextLength: 140
maxTextLength: 280
warningTextLength: 10
constructor: ->

View file

@ -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']

View file

@ -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>