-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable handling of quote tweets #17
Comments
An edge case to consider: When quoting my own tweet that was synced to Mastodon, the post for the quote tweet should link to the Mastodon post, not the original Twitter post. Example: https://twitter.com/bajtos/status/1255759378424254465 |
Continuing the discussion from #18:
Maybe |
yep, should it be an option under Mastodon or Twitter? I'm thinking Mastodon because that is where the embedding happens? |
Just to chime in regarding the feature suggested in #18 (since this seems to be the issue for it now) - I personally would want an option to disable syncing quote tweets entirely. |
The issue #16 proposed to include the full text of the quoted tweet in the Mastodon post, the feature was implemented by 41946d1 and following commits.
In #14, I proposed a different handling of quote tweets:
Consider the following quote tweet: https://twitter.com/bajtos/status/1252469674681544704
At the moment,
cargo run -- -n
prints the following item:What I would like to see instead (conceptually, I am not sure how attachments/links work in Mastodon):
Can we find a good way how to make this behavior configurable by the user?
The text was updated successfully, but these errors were encountered: