add getcommitdata to wireproto capabilities

Summary: This allows the client to do proper feature detection.

Reviewed By: krallin

Differential Revision: D20910379

fbshipit-source-id: c7b9d4073e94518835b39809caf8b068f70cbc2f
This commit is contained in:
Jun Wu 2020-04-09 12:52:17 -07:00 committed by Facebook GitHub Bot
parent 0979042fd7
commit 94b9ef5625

View File

@ -220,6 +220,7 @@ fn wireprotocaps() -> Vec<String> {
"treeonly".to_string(),
"knownnodes".to_string(),
"designatednodes".to_string(),
"getcommitdata".to_string(),
]
}