-
Notifications
You must be signed in to change notification settings - Fork 16
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
Implement post editing functionality #124
Labels
Milestone
Comments
andregasser
added
enhancement
New feature or request
good first issue
Good for newcomers, low-hanging fruit
labels
Jan 30, 2023
This should probably be done in combination with #108 and potentially also implement the return value for deleting a status, to be used in a delete&redraft action, which is somewhat similar to an edit action. |
bocops
added a commit
to bocops/bigbone
that referenced
this issue
Jan 31, 2023
- adds: card, text, edited_at, muted, bookmarked - text is necessary for work on editing statuses (andregasser#124) - does not add: poll, filtered - held up by andregasser#129 and andregasser#130, respectively - renames Card to PreviewCard, according to Mastodon API
bocops
added a commit
to bocops/bigbone
that referenced
this issue
Jan 31, 2023
- adds: card, text, edited_at, muted, bookmarked - text is necessary for work on editing statuses (andregasser#124) - does not add: poll, filtered - held up by andregasser#129 and andregasser#130, respectively - renames Card to PreviewCard, according to Mastodon API
andregasser
pushed a commit
that referenced
this issue
Jan 31, 2023
* add some missing members to Status entity - adds: card, text, edited_at, muted, bookmarked - text is necessary for work on editing statuses (#124) - does not add: poll, filtered - held up by #129 and #130, respectively - renames Card to PreviewCard, according to Mastodon API * add some missing members to Status entity - adds: card, text, edited_at, muted, bookmarked - text is necessary for work on editing statuses (#124) - does not add: poll, filtered - held up by #129 and #130, respectively - renames Card to PreviewCard, according to Mastodon API
bocops
added a commit
to bocops/bigbone
that referenced
this issue
Feb 16, 2023
- adds: translating, bookmarking, muting, pinning - postStatus now has language parameter - deleteStatus now returns a Status for subsequent editing - reblogStatus now has visibility parameter - implements posting of poll statuses - implements status scheduling - removes getCard (removed in Mastodon 3.0.0 after deprecation in 2.6.0) - adds entities Poll, ScheduledStatus, Translation - makes all new methods available via Rx - includes tests and test assets for all new methods - does not implement status editing (see andregasser#124) Closes andregasser#125, andregasser#129, andregasser#16
andregasser
added a commit
that referenced
this issue
Feb 28, 2023
* Add missing Status methods, except for Status editing - adds: translating, bookmarking, muting, pinning - postStatus now has language parameter - deleteStatus now returns a Status for subsequent editing - reblogStatus now has visibility parameter - implements posting of poll statuses - implements status scheduling - removes getCard (removed in Mastodon 3.0.0 after deprecation in 2.6.0) - adds entities Poll, ScheduledStatus, Translation - makes all new methods available via Rx - includes tests and test assets for all new methods - does not implement status editing (see #124) Closes #125, #129, #16 * Adds missing JvmOverloads annotation and links to entity documentation --------- Co-authored-by: André Gasser <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Editing a post is considered important basic functionality. Let's add it to the library before the 2.0.0 release.
Link to the API call:
https://docs.joinmastodon.org/methods/statuses/#edit
The text was updated successfully, but these errors were encountered: