Open fanatid opened 2 years ago
is_selected
was used for handling broadcast of deleted accounts though right? So this would mean that this feature won't exist in our version. I think that's fine but just good to know.
I'm not sure how it was possible to handle such accounts if the state was stored in the plugin memory. So it's worked not correct anyway. We still should receive an account update on removing.
broadcast
+mpsc
channels withbroadcast
only. Instead of one channel plus channel per connection we have only one channel for all connections. Config changed too but I added an alias with serde so old configs will work too.is_selected
field from proto. Addreserved
keyword with the field number for backward compatibility. We can removeis_selected
from postgres after this pull request.is_selected
).