- Nov 30, 2023
-
-
Mar0xy authored
-
-
Mar0xy authored
Closes transfem-org/Sharkey#181
-
Mar0xy authored
closes transfem-org/Sharkey#182
-
Mar0xy authored
-
Marie authored
-
dakkar authored
I have _not_ tested this, but it should work fine, those exports are the same shape as Mastodon's
-
dakkar authored
the id / replyId are not at the top level, so now `recreateChain` takes a list of keys to walk, not just a single key
-
dakkar authored
-
`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.
-
dependabot[bot] authored
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](https://github.com/actions/first-interaction/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dakkar authored
-
Insert5StarName authored
-
Mar0xy authored
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 transfem-org/Sharkey#43
-
Mar0xy authored
-
Mar0xy authored
The added values are all taken from Mastodon code in hope to make editing and everything else sync better
-
Mar0xy authored
-
Mar0xy authored
This mostly is a false flag in the first place and also something that tends to annoy quite a lot of people.
-
Mar0xy authored
Fixes not being able to edit post if poll expiry was set and now checks properly if poll was edited or not
-
- Nov 29, 2023
- Nov 28, 2023
-
-
Mar0xy authored
-
-
Mar0xy authored
-
Insert5StarName authored
-
Insert5StarName authored
-
Mar0xy authored
Closes transfem-org/Sharkey#165
-
Mar0xy authored
-
Mar0xy authored
-
Mar0xy authored
-
Mar0xy authored
-
- Nov 27, 2023
- Nov 26, 2023
-
-
Marie authored
-