Finish implementing Db::update_project
This commit is contained in:
parent
42bb5f0e9f
commit
3e8fcb04f7
6 changed files with 22 additions and 68 deletions
|
@ -1100,13 +1100,10 @@ impl Server {
|
|||
request.sender_connection_id,
|
||||
guest_connection_ids,
|
||||
|connection_id| {
|
||||
self.peer.send(
|
||||
self.peer.forward_send(
|
||||
request.sender_connection_id,
|
||||
connection_id,
|
||||
proto::ProjectUpdated {
|
||||
project_id: project_id.to_proto(),
|
||||
worktrees: request.payload.worktrees.clone(),
|
||||
room_version: room.version,
|
||||
},
|
||||
request.payload.clone(),
|
||||
)
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue