Skip to content
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

[announce] Support threaded statuses in Mastodon #1001

Closed
aalmiray opened this issue Oct 30, 2022 · 2 comments · Fixed by #1027
Closed

[announce] Support threaded statuses in Mastodon #1001

aalmiray opened this issue Oct 30, 2022 · 2 comments · Fixed by #1027
Assignees
Labels
enhancement New feature or request released Issue has been released
Milestone

Comments

@aalmiray
Copy link
Member

aalmiray commented Oct 30, 2022

Similarly as it was done for Twitter, gran the id of the previous status and link it with the next.
Use the in_reply_to_id property https://docs.joinmastodon.org/methods/statuses/

@aalmiray aalmiray added the enhancement New feature or request label Oct 30, 2022
@aalmiray
Copy link
Member Author

Similarly as it was done for Twitter with #853

Add the following properties:

  • statuses
  • statusTemplate

Additional changes:

  • org.jreleaser.sdk.mastodon.api.MastodonAPI returns the posted Status.
  • add id and inReplyToId properties to Status.
  • MastodonAnnouncer resolves status/statuses/statusTemplate like TwitterAnnouncer does.

@aalmiray aalmiray added this to the v1.4.0 milestone Nov 19, 2022
@aalmiray aalmiray self-assigned this Nov 19, 2022
aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Nov 19, 2022
aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Dec 2, 2022
aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Dec 13, 2022
@aalmiray
Copy link
Member Author

@aalmiray aalmiray added the released Issue has been released label Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released Issue has been released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant