Removed gv1-migration
This commit is contained in:
parent
a0730dfaa4
commit
78ce34b9d3
3 changed files with 1 additions and 26 deletions
|
@ -609,7 +609,6 @@ export type WebAPIConnectType = {
|
|||
export type CapabilitiesType = {
|
||||
announcementGroup: boolean;
|
||||
giftBadges: boolean;
|
||||
'gv1-migration': boolean;
|
||||
senderKey: boolean;
|
||||
changeNumber: boolean;
|
||||
stories: boolean;
|
||||
|
@ -618,7 +617,6 @@ export type CapabilitiesUploadType = {
|
|||
announcementGroup: true;
|
||||
giftBadges: true;
|
||||
'gv2-3': true;
|
||||
'gv1-migration': true;
|
||||
senderKey: true;
|
||||
changeNumber: true;
|
||||
stories: true;
|
||||
|
@ -1856,7 +1854,6 @@ export function initialize({
|
|||
announcementGroup: true,
|
||||
giftBadges: true,
|
||||
'gv2-3': true,
|
||||
'gv1-migration': true,
|
||||
senderKey: true,
|
||||
changeNumber: true,
|
||||
stories: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue