mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Fix stray merge failure
This commit is contained in:
parent
fd42811ef1
commit
56b4162023
1 changed files with 1 additions and 4 deletions
|
@ -206,11 +206,8 @@ impl Server {
|
|||
.add_message_handler(Server::unfollow)
|
||||
.add_message_handler(Server::update_followers)
|
||||
.add_request_handler(Server::get_channel_messages)
|
||||
<<<<<<< HEAD
|
||||
.add_message_handler(Server::update_head_text);
|
||||
=======
|
||||
.add_message_handler(Server::update_head_text)
|
||||
.add_request_handler(Server::get_private_user_info);
|
||||
>>>>>>> 5d09083a (Identify users in amplitude via a separate 'metrics_id' UUID)
|
||||
|
||||
Arc::new(server)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue