ssh: Handle BufferSaved ssh message (#17936)

Release Notes:

- N/A

Co-authored-by: Conrad <conrad@zed.dev>
This commit is contained in:
Thorsten Ball 2024-09-17 17:03:10 +02:00 committed by GitHub
parent 54b8232be2
commit ddaee2e8dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -797,9 +797,8 @@ impl Project {
ssh.subscribe_to_entity(SSH_PROJECT_ID, &this.settings_observer);
client.add_model_message_handler(Self::handle_update_worktree);
client.add_model_message_handler(Self::handle_create_buffer_for_peer);
client.add_model_message_handler(BufferStore::handle_update_buffer_file);
client.add_model_message_handler(BufferStore::handle_update_diff_base);
client.add_model_request_handler(BufferStore::handle_update_buffer);
BufferStore::init(&client);
LspStore::init(&client);
SettingsObserver::init(&client);