feat: channel events#193
Conversation
|
👋 Thanks for assigning @benthecarman as a reviewer! |
Anyitechs
left a comment
There was a problem hiding this comment.
Thank you for looking into this. Please fix CI if this is ready for review (The proto files are now out of date and needs to be updated, and the changes introduced needs to be formatted too)
|
🔔 1st Reminder Hey @benthecarman! This PR has been waiting for your review. |
|
🔔 2nd Reminder Hey @benthecarman! This PR has been waiting for your review. |
| mod service; | ||
| mod util; | ||
|
|
||
| use std::collections::HashSet; |
There was a problem hiding this comment.
Do we want to use the HashSet from HashBrown here instead, since it's already in the tree?
There was a problem hiding this comment.
switching would add a new explicit dependency for little benefit in this case. std::collections::HashSet is the idiomatic default and already optimized AFAIK
|
something weird happened when you merged main, can you just rebase your commit on main? |
a4765ad to
d7981f0
Compare
|
commit structure is still weird here. should just be the one for the feature |
d7981f0 to
744f68f
Compare
fixes #134