Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

release: 2023.11.2 #188

Merged
merged 49 commits into from
Nov 30, 2023
Merged

release: 2023.11.2 #188

merged 49 commits into from
Nov 30, 2023

Conversation

Mar0xy
Copy link
Contributor

@Mar0xy Mar0xy commented Nov 30, 2023

What's Changed

Full Changelog: 2023.11.1...2023.11.2

Insert5StarName and others added 30 commits November 18, 2023 05:17
I'm not sure how this got lost
Removed as it is no longer in use.
Fixes not being able to edit post if poll expiry was set and now checks properly if poll was edited or not
Mar0xy and others added 19 commits November 30, 2023 02:26
This mostly is a false flag in the first place and also something that tends to annoy quite a lot of people.
The added values are all taken from Mastodon code in hope to make editing and everything else sync better
This feature was mainly broken and there is no real way to fix it and as it is mostly not needed it is easier to just remove it.

Closes #43
Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/actions/first-interaction/releases)
- [Commits](actions/first-interaction@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: actions/first-interaction
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
`recreateChain` converts a list of notes into a forest of notes, using
notes that are not replies as roots, and replies as child nodes,
recursively.

Previously, notes that are replies to notes not included in the
export, and their children, were never put in the forest, and
therefore wheren't imported.

This can be fine when importing from Twitter, since we can't really
link a note to a tweet.

And, for the moment, it's acceptable when importing from *key, because
the export doesn't contain the instance URL, so we can't resolve ids
to remote notes.

It's less fine when importing from Mastodon / Pleroma / Akkoma,
because in those cases we _can_ link to the remote note that the user
was replying to.

This commit makes `recreateChain` optionally return "orphaned" note
trees, so in the (near) future we can use it to properly thread
imported notes from those services.
the id / replyId are not at the top level, so now `recreateChain`
takes a list of keys to walk, not just a single key
I have _not_ tested this, but it should work fine, those exports are
the same shape as Mastodon's
@Mar0xy Mar0xy merged commit 1022280 into stable Nov 30, 2023
9 checks passed
@Mar0xy Mar0xy deleted the release/2023.11.2 branch November 30, 2023 23:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants