Skip to content
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

Refactor dialogs redraw order #315

Open
Tishka17 opened this issue Aug 28, 2023 · 1 comment
Open

Refactor dialogs redraw order #315

Tishka17 opened this issue Aug 28, 2023 · 1 comment
Labels
core Something, that affects core functionality
Milestone

Comments

@Tishka17
Copy link
Owner

Currently in some cases it is refreshed in telegram immediatly after some actions, and sometime - after all callbacks. Need to unify

@Tishka17 Tishka17 added the core Something, that affects core functionality label Aug 28, 2023
@Tishka17 Tishka17 added this to the 3.0 milestone Aug 28, 2023
@bomzheg
Copy link
Contributor

bomzheg commented Aug 28, 2023

many people have one complicated (in current version) case:

  1. send some messages in asyncio.Task with BgManager
  2. now we want to send again our Dialog
  3. in default manager we can just use .show_mode=SENT, but bg does`nt have this attribute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Something, that affects core functionality
Projects
None yet
Development

No branches or pull requests

2 participants