Twitter -> Email: Reports are abbreviated #47
Labels
No labels
bug
enhancement
good first issue
halted
help wanted
security
wait for upstream
wait to be tested
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: b3yond/ticketfrei#47
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @d24phant Posted at: 07.10.2018 07:10
Expected Behavior
When you crawl a tweet, and post it as email, the whole text of the tweet should be posted.
Actual Behavior
After a certain length, the tweet is cut and shortened.
Steps to reproduce
Author: @b3yond Posted at: 17.11.2018 16:40
The tweets are cut off after exactly 100 letters.
The mastodon bot posts the same abbreviated message, so it's not an issue of the mailbot.
Author: @b3yond Posted at: 17.11.2018 16:51
The link to the tweet is included in the abbreviated report.text. We get it from status.text, it seems like this doesn't carry the whole tweet text. Maybe there is a different attribute of the Twitter Status object we could use?