ItemContent is replaced #1074

Merged
annando merged 1 commits from post-content into develop 2 years ago
annando commented 2 years ago (Migrated from github.com)

In PR https://github.com/friendica/friendica/pull/9890 the ItemContent class got removed. So we have to cleanup the addons as well.

In PR https://github.com/friendica/friendica/pull/9890 the `ItemContent` class got removed. So we have to cleanup the addons as well.
MrPetovan (Migrated from github.com) approved these changes 2 years ago

Reviewers

The pull request has been merged as ad968ab2c9.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b post-content develop
git pull origin post-content

Step 2:

Merge the changes and update on Forgejo.
git checkout develop
git merge --no-ff post-content
git push origin develop
Sign in to join this conversation.
Loading…
There is no content yet.