-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dispatcher/Persistence.drop_chat/user_data
#2852
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! didn't have a look at the tests yet.
do you want to add Persistence.drop_*_data
is this PR as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates!
do you want to add Persistence.drop_*_data is this PR as well?
what about this part?
Soon, just wanted this review process to be over first. After that is added, then in |
jup 👍 |
Also fix a broken persistence test
Dispatcher.drop_chat/user_data
Dispatcher/Persistence.drop_chat/user_data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates ❤️ Code LGTM! I'll merge v14 with the animation-test fix so that we can have another go ad the CI - maybe codecov also shows up again …
🎉 |
Closes #2732
Checklist for PRs
.. versionadded:: version
,.. versionchanged:: version
or.. deprecated:: version
to the docstrings for user facing changes (for methods/class descriptions, arguments and attributes)Breaking changes:
dp.chat/user_data
is now read onlyBasePersistence.drop_chat/user_data
is an abstractmethod