Skip to content

Commit

Permalink
docs: Comment file request:
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 13, 2024
1 parent 0b7076d commit 071a3d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/handler/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ pub mod say {
let file = no_room_path(&room, &file);
let message = data_str(json, "message").unwrap();

// Get the peers that are in the file.
let peers = room.peers_by_file(&room, &file);

let params = &serde_json::json!({
Expand Down

0 comments on commit 071a3d5

Please sign in to comment.