diff options
| author | Fuwn <[email protected]> | 2024-06-12 01:28:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 01:28:50 -0700 |
| commit | a47eee894e431f039afe76cc39ecc67966d94183 (patch) | |
| tree | 5954a0d262547450d7fedd5aed69d9e983d93cee /crates/whirl_server/src/distributor.rs | |
| parent | refactor(crates): update idioms (diff) | |
| download | whirl-a47eee894e431f039afe76cc39ecc67966d94183.tar.xz whirl-a47eee894e431f039afe76cc39ecc67966d94183.zip | |
feat(whirl_server): short object id sending
Diffstat (limited to 'crates/whirl_server/src/distributor.rs')
| -rw-r--r-- | crates/whirl_server/src/distributor.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/whirl_server/src/distributor.rs b/crates/whirl_server/src/distributor.rs index e89b8d8..55efc8e 100644 --- a/crates/whirl_server/src/distributor.rs +++ b/crates/whirl_server/src/distributor.rs @@ -15,7 +15,7 @@ use { crate::{ cmd::{ commands::{ - action::create, + // action::create, buddy_list::BuddyList, property::create::{ property_request_as_distributor, property_update_as_distributor, @@ -94,8 +94,8 @@ impl Server for Distributor { sender: Config::get().whirlsplash.worldsmaster_username, content: Config::get().distributor.worldsmaster_greeting, }.create()).await?; - peer.bytes.get_mut() - .write_all(&create()).await?; + // peer.bytes.get_mut() + // .write_all(&create()).await?; trace!("sent text to {}", username); } Some(Command::BuddyListUpdate) => { |