FirstLegoLeague / twitter-admin

Twitter stream administrator interface
0 stars 0 forks source link

Tweets are being cut #3

Open marzman95 opened 6 years ago

marzman95 commented 6 years ago

Not sure whether it is the Twitter-pusher, the DisplaySystem or this repo, but tweets are being cut very often (if not always). Twitter now allows longer tweets (240 chars), but this change is not yet implemented.

marzman95 commented 6 years ago

One addition to this is a feature that allows an user to set specific Tweet lengths.

poelstra commented 6 years ago

Curious. IIRC, twitter-admin just stores the full tweet as a JSON object, and twitter-pusher just forwards that object. No length limits I remember.

It may be that the relay transform (or the twitter-pusher) selects one of the 'old style' fields that contain only limited-length tweets?