polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

Make GatewayHandle Clone and remove Arc #424

Closed kozabrada123 closed 1 year ago

kozabrada123 commented 1 year ago

As GatewayHandle in itself is just a bundle of refrences, this pr makes it clonable and removes the Arc from ChorusUser.