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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,