chore(deleted_document): don't create feed entry on deletion by akhilnarang [frappe] PR#27311
From: https://github.com/frappe/frappe/pull/27311
Date: 2024-08-05 17:13:19+05:30
- chore(deleted_document): don't create feed entry on deletion
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27311
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27311
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease