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

Poll not saved when schedule post #991

Closed
gregoryhammond opened this issue Oct 10, 2024 · 1 comment · Fixed by #994
Closed

Poll not saved when schedule post #991

gregoryhammond opened this issue Oct 10, 2024 · 1 comment · Fixed by #994

Comments

@gregoryhammond
Copy link

Describe the bug
After scheduling a post, then going to edit it, the poll (that was in the post when first scheduled) isn't there.

To Reproduce
Steps to reproduce the behavior:

  1. Write a post that includes a poll.
  2. Schedule it (doesn't matter date or time).
  3. Go into the scheduled post list, find your scheduled post, then edit it.
  4. See that the poll you previously wrote, no longer exists.

Expected behavior
Poll that was written before post was scheduled, still exists when editing it again.

Versions
Pachli version: 2.8.2
Android version: 14
Software version server is using: 4.4.0-alpha.1

Affirmation
I have checked other issues for this project (open and closed) and I cannot find one that matches the problem I am reporting.

nikclayton added a commit that referenced this issue Oct 10, 2024
Previous code didn't deserialise the "poll" attribute so it was never
passed to the composer when editing scheduled statuses.

Fixes #991
@nikclayton
Copy link
Contributor

Thanks for the report, sorry about that. Fix is incoming, and will be in the next Pachli release at the end of the month.

nikclayton added a commit that referenced this issue Oct 10, 2024
Previous code didn't deserialise the "poll" attribute so it was never
passed to the composer when editing scheduled statuses.

Fixes #991
@github-project-automation github-project-automation bot moved this from Todo to Done in Pachli roadmap Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants