messages, auth: rename 'contacts-tc-token' to tctoken

This commit is contained in:
Rajeh Taher
2025-11-19 16:30:21 +02:00
parent 50d410d117
commit 247c717881
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 } }