Update to the new gv2 capability string

This commit is contained in:
Scott Nonnenberg
2020-09-22 17:30:25 -07:00
committed by GitHub
parent 943cb3eb1a
commit 04d3769bd4
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: true,
'gv2-2': true,
},
fetchesMessages: true,
name: deviceName ? deviceName : undefined,