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

Multiuser chat #340

Draft
wants to merge 25 commits into
base: develop
Choose a base branch
from
Draft

Multiuser chat #340

wants to merge 25 commits into from

Conversation

Tishka17
Copy link
Owner

@Tishka17 Tishka17 commented Nov 26, 2023

/closes #34

  • Events isolation
  • suprtgroup
  • access settings processing
  • topics in chats

@@ -404,6 +405,8 @@ def _save_last_message(self, message: OldMessage):
def _calc_show_mode(self) -> ShowMode:
if self.show_mode is not ShowMode.AUTO:
return self.show_mode
if self.middleware_data["event_chat"].type == ChatType.GROUP:
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

supergroup?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dialog for user in multiuser chat
1 participant