Modern profile sharing in 1:1 and GroupV1 groups
This commit is contained in:
parent
60f2422e2a
commit
04b7a29229
22 changed files with 371 additions and 115 deletions
|
@ -2,12 +2,13 @@ import { get, throttle } from 'lodash';
|
|||
import { WebAPIType } from './textsecure/WebAPI';
|
||||
|
||||
type ConfigKeyType =
|
||||
| 'desktop.messageRequests'
|
||||
| 'desktop.gv2'
|
||||
| 'desktop.cds'
|
||||
| 'desktop.clientExpiration'
|
||||
| 'desktop.gv2'
|
||||
| 'desktop.mandatoryProfileSharing'
|
||||
| 'desktop.messageRequests'
|
||||
| 'desktop.storage'
|
||||
| 'desktop.storageWrite'
|
||||
| 'desktop.clientExpiration';
|
||||
| 'desktop.storageWrite';
|
||||
type ConfigValueType = {
|
||||
name: ConfigKeyType;
|
||||
enabled: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue