harshil21 ยท GitHub

@harshil21

Copy link Copy Markdown

Member

Closes #2871

Checklist for PRs

  • Added .. versionadded:: version, .. versionchanged:: version or .. deprecated:: version to the docstrings for user facing changes (for methods/class descriptions, arguments and attributes)
  • Created new or adapted existing unit tests
  • Added myself alphabetically to AUTHORS.rst (optional)
  • Added new classes & modules to the docs

Bibo-Joshi

Copy link Copy Markdown

Member

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 โ€ฆ

@harshil21

Bibo-Joshi

@harshil21

Bibo-Joshi

Copy link Copy Markdown

Member

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 :)

@harshil21 Telegram GithubBot Revised

Copy link Copy Markdown

Member Author

@Bibo-Joshi I think we can merge and probably do that in the asyncio branch since the implementation will likely change anyway

@Bibo-Joshi Telegram GithubBot Revised

Copy link Copy Markdown

Member

@harshil21 on asyncio, we mainly change where we call the update_*_data methods, but we don't change any internals of the persistence (except from making the methods async). I would like it better for those changes to be in a different PR. We can still merge this one as is though :)

@harshil21

Copy link Copy Markdown

Member Author

okay, lets do it in another PR then ๐Ÿ‘๐Ÿผ

@Bibo-Joshi

@Bibo-Joshi

Bibo-Joshi pushed a commit that referenced this pull request

Feb 6, 2022

Read the original on github.com โ†—