WIP: Allow subscribing to RSS feeds #7870

Draft
mkljczk wants to merge 1 commit from mkljczk/pleroma:rss-feed-subscriptions into develop
Owner

Signed-off-by: nicole mikołajczyk git@mkljczk.pl

Checklist

  • Adding a changelog: In the changelog.d directory, create a file named <code>.<type>.
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl> ### Checklist - [ ] Adding a changelog: In the `changelog.d` directory, create a file named `<code>.<type>`. <!-- `<code>` can be anything, but we recommend using a more or less unique identifier to avoid collisions, such as the branch name. `<type>` can be `add`, `change`, `remove`, `fix`, `security` or `skip`. `skip` is only used if there is no user-visible change in the PR (for example, only editing comments in the code). Otherwise, choose a type that corresponds to your change. In the file, write the changelog entry. For example, if a PR adds group functionality, we can create a file named `group.add` and write `Add group functionality` in it. If one changelog entry is not enough, you may add more. But that might mean you can split it into two PRs. Only use more than one changelog entry if you really need to (for example, when one change in the code fix two different bugs, or when refactoring). -->
Allow subscribing to RSS feeds
Some checks are pending
ci/woodpecker/pr/changelog Pipeline is pending approval
ci/woodpecker/pr/lint Pipeline is pending approval
ci/woodpecker/pr/unit-testing-elixir-1.15 Pipeline is pending approval
ci/woodpecker/pr/unit-testing-elixir-1.18 Pipeline is pending approval
7b032fcd65
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
Some checks are pending
ci/woodpecker/pr/changelog Pipeline is pending approval
ci/woodpecker/pr/lint Pipeline is pending approval
ci/woodpecker/pr/unit-testing-elixir-1.15 Pipeline is pending approval
ci/woodpecker/pr/unit-testing-elixir-1.18 Pipeline is pending approval
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u rss-feed-subscriptions:mkljczk-rss-feed-subscriptions
git switch mkljczk-rss-feed-subscriptions

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch develop
git merge --no-ff mkljczk-rss-feed-subscriptions
git switch mkljczk-rss-feed-subscriptions
git rebase develop
git switch develop
git merge --ff-only mkljczk-rss-feed-subscriptions
git switch mkljczk-rss-feed-subscriptions
git rebase develop
git switch develop
git merge --no-ff mkljczk-rss-feed-subscriptions
git switch develop
git merge --squash mkljczk-rss-feed-subscriptions
git switch develop
git merge --ff-only mkljczk-rss-feed-subscriptions
git switch develop
git merge mkljczk-rss-feed-subscriptions
git push origin develop
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma!7870
No description provided.