- Dec 04, 2023
-
-
Mar0xy authored
Closes transfem-org/Sharkey#154
-
- Dec 03, 2023
-
-
Mar0xy authored
-
Mar0xy authored
Closes transfem-org/Sharkey#195
-
Mar0xy authored
-
Mar0xy authored
-
Mar0xy authored
-
Mar0xy authored
Closes transfem-org/Sharkey#191
-
Mar0xy authored
-
Mar0xy authored
-
Mar0xy authored
Closes transfem-org/Sharkey#196
-
Mar0xy authored
Closes transfem-org/Sharkey#193
-
Marie authored
-
Marie authored
-
Marie authored
-
Marie authored
-
- Dec 02, 2023
-
-
Insert5StarName authored
Co-authored-by: daph <d@waal.me> Co-authored-by: Marie <marie@kaifa.ch>
-
Insert5StarName authored
-
Mar0xy authored
-
Mar0xy authored
Adds the ability to choose between `Sharkey` or `Misskey`
-
Marie authored
-
Insert5StarName authored
Co-authored-by: Gaspard Wierzbinski <contact@cpluspatch.com> Co-authored-by: Marie <marie@kaifa.ch>
-
- Dec 01, 2023
-
-
Marie authored
-
- Nov 30, 2023
-
-
Marie authored
-
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
-