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

Sync channels & users to connection state #104

Merged
merged 15 commits into from
Jul 6, 2023
Merged

Conversation

tarkah
Copy link
Member

@tarkah tarkah commented Jul 6, 2023

Resolves #102.

Will also resolve an issue we're having w/ broadcasting QUIT / PART messages to buffers because the underlying lists from irc crate are already updated to exclude those users. Now we can reference the lists from our state before we "sync" them so the users will still be there.

tarkah and others added 2 commits July 6, 2023 10:22
Co-authored-by: Casper Rogild Storm <casper+github@rogildstorm.com>
Comment on lines +32 to +33
channels: Vec<String>,
users: HashMap<String, Vec<User>>,
Copy link
Member

Choose a reason for hiding this comment

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

Power to us!

@tarkah tarkah merged commit 928addd into main Jul 6, 2023
1 check passed
@tarkah tarkah deleted the feat/optimize-channel-lists branch July 6, 2023 17:59
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.

Managed Channel & User lists
2 participants