aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/distributor.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 01:28:50 -0700
committerFuwn <[email protected]>2024-06-12 01:28:50 -0700
commita47eee894e431f039afe76cc39ecc67966d94183 (patch)
tree5954a0d262547450d7fedd5aed69d9e983d93cee /crates/whirl_server/src/distributor.rs
parentrefactor(crates): update idioms (diff)
downloadwhirl-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.rs6
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) => {