messages, auth: rename 'contacts-tc-token' to tctoken
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ export type SignalDataTypeMap = {
|
||||
'app-state-sync-version': LTHashState
|
||||
'lid-mapping': string
|
||||
'device-list': string[]
|
||||
'contacts-tc-token': { token: Buffer; timestamp?: string }
|
||||
tctoken: { token: Buffer; timestamp?: string }
|
||||
}
|
||||
|
||||
export type SignalDataSet = { [T in keyof SignalDataTypeMap]?: { [id: string]: SignalDataTypeMap[T] | null } }
|
||||
|
||||
Reference in New Issue
Block a user