config: send server-side capabilities to config
This commit is contained in:
parent
c235f026f0
commit
27f30f8d28
5 changed files with 26 additions and 2 deletions
|
|
@ -203,6 +203,7 @@ impl ConfigProxy {
|
|||
}
|
||||
|
||||
pub fn configure(&self, reload: bool) {
|
||||
self.send(&ServerMessage::Features { features: vec![] });
|
||||
self.send(&ServerMessage::Configure { reload });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue