Update to the new gv2 capability string

This commit is contained in:
Scott Nonnenberg
2020-09-25 13:19:03 -07:00
committed by GitHub
parent f2f2b20a52
commit 58af7adeaa
2 changed files with 5 additions and 5 deletions

View File

@@ -1257,7 +1257,7 @@ export function initialize({
const { accessKey } = options;
const jsonData: any = {
capabilities: {
'gv2-2': true,
'gv2-3': true,
},
fetchesMessages: true,
name: deviceName ? deviceName : undefined,