-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Simplify persistence #2873
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
Simplify persistence #2873
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.
you are quick! :)
Please revert the changes to dispatcher (except maybe for _chat_data
-> chat_data
). they are not related to the PR and tbh they don't change much at all anyway …
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.
Do you want to merge or do you want to extend this PR with dropping insert/replace_bot
as discussed? I'm fine with both :)
@Bibo-Joshi I think we can merge and probably do that in the asyncio branch since the implementation will likely change anyway |
@harshil21 on |
okay, lets do it in another PR then 👍🏼 |
Closes #2871
Checklist for PRs
.. versionadded:: version
,.. versionchanged:: version
or.. deprecated:: version
to the docstrings for user facing changes (for methods/class descriptions, arguments and attributes)AUTHORS.rst
(optional)