Ensure view-once messages are tombstoned on outgoing messages.

This commit is contained in:
Greyson Parrelli 2025-06-20 13:51:23 -04:00
parent 654ff6adc6
commit eba4cac3b4
415 changed files with 2514 additions and 2612 deletions

View File

@ -15,28 +15,41 @@ import toByteArray
* Incoming/outgoing view-once messages
*/
object ChatItemViewOnceTestCase : TestCase("chat_item_view_once") {
private var incrementingDate = 0L
override fun PermutationScope.execute() {
frames += StandardFrames.MANDATORY_FRAMES
frames += StandardFrames.recipientAlice
frames += StandardFrames.chatAlice
val (incomingGenerator, outgoingGenerator) = Generators.incomingOutgoingDetails(StandardFrames.recipientAlice.recipient!!)
incrementingDate = someIncrementingTimestamp()
val incoming = some(incomingGenerator)
val outgoing = some(outgoingGenerator)
val incomingGenerator = Generators.permutation<ChatItem.IncomingMessageDetails> {
frames += ChatItem.IncomingMessageDetails(
dateReceived = incrementingDate,
dateServerSent = incrementingDate,
read = someBoolean(),
sealedSender = someBoolean()
)
}
val outgoingGenerator = Generators.permutation<ChatItem.OutgoingMessageDetails> {
frames += ChatItem.OutgoingMessageDetails(
sendStatus = Generators.sendStatus(
recipientIdGenerator = Generators.single(StandardFrames.recipientAlice.recipient!!.id)
).let { listOf(some(it)) }
)
}
// Incoming
frames += Frame(
chatItem = ChatItem(
chatId = StandardFrames.chatAlice.chat!!.id,
authorId = if (outgoing != null) {
StandardFrames.recipientSelf.recipient!!.id
} else {
StandardFrames.recipientAlice.recipient!!.id
},
dateSent = someIncrementingTimestamp(),
incoming = incoming,
outgoing = outgoing,
authorId = StandardFrames.recipientAlice.recipient!!.id,
dateSent = incrementingDate,
incoming = some(incomingGenerator),
viewOnceMessage = ViewOnceMessage(
attachment = Generators.permutation<MessageAttachment> {
frames += MessageAttachment(
@ -49,5 +62,18 @@ object ChatItemViewOnceTestCase : TestCase("chat_item_view_once") {
)
)
)
// Outgoing
frames += Frame(
chatItem = ChatItem(
chatId = StandardFrames.chatAlice.chat!!.id,
authorId = StandardFrames.recipientSelf.recipient!!.id,
dateSent = incrementingDate + 1,
outgoing = some(outgoingGenerator),
viewOnceMessage = ViewOnceMessage(
attachment = null
)
)
)
}
}

Binary file not shown.

View File

@ -14,18 +14,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -16091213
solid = -7981376
},
CustomChatColor {
id = 2
solid = -13525414
solid = -4769265
},
CustomChatColor {
gradient = Gradient {
angle = 19
angle = 241
colors = [
-1943502,
-13785388
-16037347,
-7635376
]
positions = [
0.0,
@ -35,18 +35,18 @@ Frame {
id = 3
}
]
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2144323445
sealedSenderIndicators = true
universalExpireTimerSeconds = 1157010821
}
avatarUrlPath = ""
familyName = ""
givenName = ""
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "1234"
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -11098071
solid = -4896335
},
CustomChatColor {
id = 2
solid = -3114329
solid = -8329015
},
CustomChatColor {
gradient = Gradient {
angle = 139
angle = 218
colors = [
-10882070,
-14174184
-11625524,
-2101757
]
positions = [
0.0,
@ -38,45 +38,45 @@ Frame {
]
defaultChatStyle = ChatStyle {
autoBubbleColor = AutomaticBubbleColor {}
dimWallpaperInDarkMode = true
wallpaperPhoto = FilePointer {
contentType = "image/jpeg"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <2cc2b48c50aefe53b3974ed91e6b4ea9>
key = <2cc2b48c50aefe53b3974ed91e6b4ea924f9baa8e77bcc2f537f0b02efe86030ac2c315346a8f5dcc0a79602f9a51310c8eed9889d46ef3bafda11b109ff875d>
legacyDigest = <>
legacyMediaName = ""
plaintextHash = <ac2c315346a8f5dcc0a79602f9a51310c8eed9889d46ef3bafda11b109ff875d>
size = 400965107
plaintextHash = <566976e517765490bce89c73382a342b5c0c5f7b97527985b715cd4f8972f428>
size = 103896983
}
}
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2076758843
universalExpireTimerSeconds = 694141765
}
avatarUrlPath = "https://signal.org/NgpXHtZhdLyg"
avatarUrlPath = "https://signal.org/budVyDygxM"
donationSubscriberData = SubscriberData {
currencyCode = "USD"
manuallyCancelled = true
subscriberId = <390b234e608d3671842725ffb7b5369c034f2f21228e188ff7647a4b753e5d1b>
subscriberId = <d4acf856cb64e960fcd58ca580b80888e681e323c607d5959f6b63ece7730df0>
}
familyName = "Molina"
givenName = "Stevie"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Bridges"
givenName = "Michele"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "123456"
username = "vito.4246"
username = "irvin.4656"
usernameLink = UsernameLink {
color = Color.BLUE
entropy = <342ae035ddbe7fe465fdb345d9345fdc5ab1cf72b00738e125ef73707c0a1a54>
serverId = <99eb27976fb2a59dcf3429a08f357899>
entropy = <0c3ae62e4a5aa0bbf67baa9066da53caf60c4ec900b2dee58107854a29a3b2f1>
serverId = <d4c8184986860917d55519fd5bc982fa>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -520561
solid = -15706209
},
CustomChatColor {
id = 2
solid = -10024887
solid = -5609147
},
CustomChatColor {
gradient = Gradient {
angle = 341
angle = 10
colors = [
-1728405,
-10844618
-5222363,
-7885081
]
positions = [
0.0,
@ -38,47 +38,47 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_ULTRAMARINE
dimWallpaperInDarkMode = true
wallpaperPhoto = FilePointer {
blurHash = "LfLh6Voa9NIW?wNF-ooL-;WAX8oy"
contentType = "image/png"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <2faf620c7229690068c4b09c566976e5>
key = <3bd72e515007f15a21064b374c7c7f19ef4ab90be00e43771d8bb3f9031ee7c9761a278e9730ff2a7b4eb31e73d6d28780f6e1c9dbd14b48236d757f2705f484>
legacyDigest = <>
legacyMediaName = ""
plaintextHash = <97527985b715cd4f8972f4289e11b22e3bd72e515007f15a21064b374c7c7f19>
size = 17153961
plaintextHash = <be3676ffc94a53ce5499ec295fa73d1eca46d29f861af10f43256ed684290aa0>
size = 3445945
}
}
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
optimizeOnDeviceStorage = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2056716151
sealedSenderIndicators = true
universalExpireTimerSeconds = 1995618975
}
avatarUrlPath = "https://signal.org/tgrXFLPSk"
avatarUrlPath = "https://signal.org/yZCTrFaZqBnUUi"
backupsSubscriberData = IAPSubscriberData {
purchaseToken = "mjwqTJNP"
subscriberId = <1ec67707ad43f2d167963887aa1d063c8db57633fa5483f31f78622caf4b15d2>
purchaseToken = "HyuLGdFwzenI"
subscriberId = <9c47cb807844279fb4a4e927c5f36b40745ec558f58cca155df7981e10411f6e>
}
donationSubscriberData = SubscriberData {
currencyCode = "EUR"
subscriberId = <9279e8c805d886b98779cc84b63b3b0848ae92e6e00d51de27e3837478439764>
manuallyCancelled = true
subscriberId = <da4e86e6a6eeb98b207d85f0b413e071743cee3d4bece41ec92ea59e67f1c2ef>
}
familyName = "Stanley"
givenName = "Bernardo"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Wyatt"
givenName = "Lois"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "abcdefg"
username = "effie.08"
username = "marjorie.07"
usernameLink = UsernameLink {
color = Color.WHITE
entropy = <69f375454a95979def0ce9d2080db8f45d04641dda741f81140efe703c6727a8>
serverId = <9a458da0d95fde0154d933c20d1a04ce>
entropy = <a8973f9028fe841d9e2ff1cb589bfcfd570e0a10b620d15a9dbd5c2ab78a3b76>
serverId = <696ab01a75f6908b3d448eb3458c6acb>
}
}
}

Binary file not shown.

View File

@ -14,18 +14,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -16091213
solid = -7981376
},
CustomChatColor {
id = 2
solid = -13525414
solid = -4769265
},
CustomChatColor {
gradient = Gradient {
angle = 19
angle = 241
colors = [
-1943502,
-13785388
-16037347,
-7635376
]
positions = [
0.0,
@ -37,50 +37,50 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_CRIMSON
dimWallpaperInDarkMode = true
wallpaperPhoto = FilePointer {
blurHash = "LGG*f,-i.l-o?G$~?Zt7pHN1=tE3"
contentType = "image/jpeg"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <e00e43771d8bb3f9031ee7c9761a278e>
key = <9e293e6982b87e2036106eec0da607bfe85604e4e3670f77ebf5e721149f599dab4f9c8a0a0f6193b4fffb255879953e257ab94747b56ae57f372e1b97f2d8ea>
legacyDigest = <>
legacyMediaName = ""
mediaTierCdnNumber = 2
plaintextHash = <dbd14b48236d757f2705f484ddf99c482342c64187c84e37a225dedebe3676ff>
size = 405828727
plaintextHash = <346a5ff97c318292bd6e73ff9022c6fa6faebb1559633d69d55d99f6f871f883>
size = 1314415156
}
}
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2144323445
universalExpireTimerSeconds = 1157010821
}
avatarUrlPath = ""
backupsSubscriberData = IAPSubscriberData {
subscriberId = <183555ed8e40d2431d317e2dee39bbf801480e9e27dcdcb674f34922363753d4>
subscriberId = <28a14adb2e90907199154fed979ea98f19d848c17b785ff80dd2d18f5aa092c1>
}
donationSubscriberData = SubscriberData {
currencyCode = "GBP"
manuallyCancelled = true
subscriberId = <5ea278fda6c9d64b759ef2a75d430cc52c50e0151c6530fdf6d6742e0e366ee6>
subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693>
}
familyName = "Carroll"
givenName = "Barbara"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Pate"
givenName = "Goldie"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "안녕하세요, 세계"
username = "miguel.1875"
username = "frieda.3662"
usernameLink = UsernameLink {
color = Color.GREY
entropy = <47a5942e97130bcd791cedfafc0e29956dc1e0cd18b0df35d2dda82a4ffea322>
serverId = <0a038863ebb03fed8486f4196b6e656c>
entropy = <67fdcb1ac685a8aedbd29cb42e984d652ed70996974af5a7a459650a2590efd1>
serverId = <c4fa0a5983c9e903fcd89432f89fb1ea>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -11098071
solid = -4896335
},
CustomChatColor {
id = 2
solid = -3114329
solid = -8329015
},
CustomChatColor {
gradient = Gradient {
angle = 139
angle = 218
colors = [
-10882070,
-14174184
-11625524,
-2101757
]
positions = [
0.0,
@ -38,39 +38,38 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_VERMILION
dimWallpaperInDarkMode = true
wallpaperPhoto = FilePointer {
blurHash = "LdIOX?NE9Y4T~pRPRjE1X9f5jrt6"
contentType = "image/png"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <5499ec295fa73d1eca46d29f861af10f>
key = <d36859b9d0b6d25acc4d5a8259872972fc853ca658a12027e42941e2e1f45a96bc4c7227ad0710860c22bad9944dc49190adabba8a72bebb4db939e0342ae035>
legacyDigest = <>
legacyMediaName = ""
mediaTierCdnNumber = 3
plaintextHash = <82b87e2036106eec0da607bfe85604e4e3670f77ebf5e721149f599dab4f9c8a>
size = 400965107
plaintextHash = <b00738e125ef73707c0a1a54a78a536a99eb27976fb2a59dcf3429a08f357899>
size = 103896983
}
}
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2076758843
sealedSenderIndicators = true
universalExpireTimerSeconds = 694141765
}
avatarUrlPath = "https://signal.org/NgpXHtZhdLyg"
avatarUrlPath = "https://signal.org/budVyDygxM"
familyName = ""
givenName = ""
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = ""
username = "vito.4246"
username = "irvin.4656"
usernameLink = UsernameLink {
color = Color.OLIVE
entropy = <d3faf51e18e707cf7cb4446159fb651a953525dd5da9aa792ff23f31ca20483e>
serverId = <15d4adbdf6985c94b6633322a1ff1c97>
entropy = <14b8aab9b5a5bfd31bbf0e8674ca8dec9544987b380d208afecdc4c5701ad7ec>
serverId = <2384caa746d547630e64d7294f139f80>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -520561
solid = -15706209
},
CustomChatColor {
id = 2
solid = -10024887
solid = -5609147
},
CustomChatColor {
gradient = Gradient {
angle = 341
angle = 10
colors = [
-1728405,
-10844618
-5222363,
-7885081
]
positions = [
0.0,
@ -38,50 +38,50 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_BURLAP
dimWallpaperInDarkMode = true
wallpaperPhoto = FilePointer {
blurHash = "LJR,66e.~Cxu%LoLM|S2%3WWIosm"
contentType = "image/jpeg"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <b4fffb255879953e257ab94747b56ae5>
key = <69f375454a95979def0ce9d2080db8f45d04641dda741f81140efe703c6727a8d5e0f3b49a458da0d95fde0154d933c20d1a04ced92499f547a5942e97130bcd>
legacyDigest = <>
legacyMediaName = ""
plaintextHash = <78d9cd54434bca72346a5ff97c318292bd6e73ff9022c6fa6faebb1559633d69>
size = 17153961
plaintextHash = <d2dda82a4ffea322fd2aa72b0a038863ebb03fed8486f4196b6e656c0977166f>
size = 3445945
}
}
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2056716151
universalExpireTimerSeconds = 1995618975
}
avatarUrlPath = "https://signal.org/tgrXFLPSk"
avatarUrlPath = "https://signal.org/yZCTrFaZqBnUUi"
backupsSubscriberData = IAPSubscriberData {
originalTransactionId = 9022372258134979013
subscriberId = <ccd719d94ce58985ed43189427a38645ab2d573928a14adb2e90907199154fed>
originalTransactionId = 7649816532921440778
subscriberId = <505b2d0c464633445cb1f9a68a644847e660b3fbea8e9fff77a691f7effe2df5>
}
donationSubscriberData = SubscriberData {
currencyCode = "USD"
manuallyCancelled = true
subscriberId = <390b234e608d3671842725ffb7b5369c034f2f21228e188ff7647a4b753e5d1b>
subscriberId = <d4acf856cb64e960fcd58ca580b80888e681e323c607d5959f6b63ece7730df0>
}
familyName = "Molina"
givenName = "Stevie"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Bridges"
givenName = "Michele"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "1234"
username = "effie.08"
username = "marjorie.07"
usernameLink = UsernameLink {
color = Color.GREEN
entropy = <7027634ab98b2bedfeba4948ff5ee0b3877862d96ce3c17322ad4bfac6e10859>
serverId = <128ab0196d6be1c6a7ed5289222d4808>
entropy = <f18dbe1090e3527a69f4f6360b7e939b46b594613c7b2ffacf664a80595e2aa7>
serverId = <a6681e10130f4bc74b91d8690f4d11d0>
}
}
}

Binary file not shown.

View File

@ -14,18 +14,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -16091213
solid = -7981376
},
CustomChatColor {
id = 2
solid = -13525414
solid = -4769265
},
CustomChatColor {
gradient = Gradient {
angle = 19
angle = 241
colors = [
-1943502,
-13785388
-16037347,
-7635376
]
positions = [
0.0,
@ -37,42 +37,42 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_FOREST
dimWallpaperInDarkMode = true
wallpaperPhoto = FilePointer {
blurHash = "LIM:}RB8?-^L.d4]O.nkK_ruI?od"
contentType = "image/png"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <f871f8839a9ce2d8d36859b9d0b6d25a>
key = <18e707cf7cb4446159fb651a953525dd5da9aa792ff23f31ca20483ef7a05a9615d4adbdf6985c94b6633322a1ff1c9732d8456e7027634ab98b2bedfeba4948>
legacyDigest = <>
legacyMediaName = ""
plaintextHash = <e42941e2e1f45a96bc4c7227ad0710860c22bad9944dc49190adabba8a72bebb>
size = 405828727
plaintextHash = <c6e10859fb70db9f128ab0196d6be1c6a7ed5289222d4808bdaadcf9eaa4908f>
size = 1314415156
}
}
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2144323445
sealedSenderIndicators = true
universalExpireTimerSeconds = 1157010821
}
avatarUrlPath = ""
donationSubscriberData = SubscriberData {
currencyCode = "EUR"
subscriberId = <9279e8c805d886b98779cc84b63b3b0848ae92e6e00d51de27e3837478439764>
manuallyCancelled = true
subscriberId = <da4e86e6a6eeb98b207d85f0b413e071743cee3d4bece41ec92ea59e67f1c2ef>
}
familyName = "Stanley"
givenName = "Bernardo"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Wyatt"
givenName = "Lois"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "123456"
username = "miguel.1875"
username = "frieda.3662"
usernameLink = UsernameLink {
color = Color.ORANGE
entropy = <eaa4908fc733c2440c3ae62e4a5aa0bbf67baa9066da53caf60c4ec900b2dee5>
serverId = <29a3b2f195b0f63bd4c8184986860917>
entropy = <ba1caec888cf6bfa88e3f24a21a78511518391fbc5b26db646e8dc0a531c93c2>
serverId = <072534d5f767baaec4d38bdc7ba76237>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -11098071
solid = -4896335
},
CustomChatColor {
id = 2
solid = -3114329
solid = -8329015
},
CustomChatColor {
gradient = Gradient {
angle = 139
angle = 218
colors = [
-10882070,
-14174184
-11625524,
-2101757
]
positions = [
0.0,
@ -38,35 +38,35 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_WINTERGREEN
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_BLUSH
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2076758843
universalExpireTimerSeconds = 694141765
}
avatarUrlPath = "https://signal.org/NgpXHtZhdLyg"
avatarUrlPath = "https://signal.org/budVyDygxM"
donationSubscriberData = SubscriberData {
currencyCode = "GBP"
manuallyCancelled = true
subscriberId = <5ea278fda6c9d64b759ef2a75d430cc52c50e0151c6530fdf6d6742e0e366ee6>
subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693>
}
familyName = "Carroll"
givenName = "Barbara"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Pate"
givenName = "Goldie"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "abcdefg"
username = "vito.4246"
username = "irvin.4656"
usernameLink = UsernameLink {
color = Color.PINK
entropy = <5bc982fa3e64d7eea8973f9028fe841d9e2ff1cb589bfcfd570e0a10b620d15a>
serverId = <b78a3b769a54a139696ab01a75f6908b>
entropy = <b0268c5da867e8b454754359d4337a3cc4f08757f22b67999610114498749f3f>
serverId = <4cb7634ea9ab33f68328b1520712b5ad>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -520561
solid = -15706209
},
CustomChatColor {
id = 2
solid = -10024887
solid = -5609147
},
CustomChatColor {
gradient = Gradient {
angle = 341
angle = 10
colors = [
-1728405,
-10844618
-5222363,
-7885081
]
positions = [
0.0,
@ -38,32 +38,31 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_TEAL
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_COPPER
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
optimizeOnDeviceStorage = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2056716151
sealedSenderIndicators = true
universalExpireTimerSeconds = 1995618975
}
avatarUrlPath = "https://signal.org/tgrXFLPSk"
avatarUrlPath = "https://signal.org/yZCTrFaZqBnUUi"
backupsSubscriberData = IAPSubscriberData {
purchaseToken = "mjwqTJNP"
subscriberId = <1ec67707ad43f2d167963887aa1d063c8db57633fa5483f31f78622caf4b15d2>
purchaseToken = "HyuLGdFwzenI"
subscriberId = <9c47cb807844279fb4a4e927c5f36b40745ec558f58cca155df7981e10411f6e>
}
familyName = ""
givenName = ""
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "안녕하세요, 세계"
username = "effie.08"
username = "marjorie.07"
usernameLink = UsernameLink {
color = Color.PURPLE
entropy = <458c6acb7db665e567fdcb1ac685a8aedbd29cb42e984d652ed70996974af5a7>
serverId = <2590efd18c249edbc4fa0a5983c9e903>
entropy = <1c11f4a53bc87b1036327e78d6bf0ffb1ec67707ad43f2d167963887aa1d063c>
serverId = <fa5483f31f78622caf4b15d212e5d730>
}
}
}

Binary file not shown.

View File

@ -14,18 +14,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -16091213
solid = -7981376
},
CustomChatColor {
id = 2
solid = -13525414
solid = -4769265
},
CustomChatColor {
gradient = Gradient {
angle = 19
angle = 241
colors = [
-1943502,
-13785388
-16037347,
-7635376
]
positions = [
0.0,
@ -37,32 +37,32 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_BLUE
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_DUST
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2144323445
universalExpireTimerSeconds = 1157010821
}
avatarUrlPath = ""
backupsSubscriberData = IAPSubscriberData {
subscriberId = <183555ed8e40d2431d317e2dee39bbf801480e9e27dcdcb674f34922363753d4>
subscriberId = <28a14adb2e90907199154fed979ea98f19d848c17b785ff80dd2d18f5aa092c1>
}
donationSubscriberData = SubscriberData {
currencyCode = "USD"
manuallyCancelled = true
subscriberId = <390b234e608d3671842725ffb7b5369c034f2f21228e188ff7647a4b753e5d1b>
subscriberId = <d4acf856cb64e960fcd58ca580b80888e681e323c607d5959f6b63ece7730df0>
}
familyName = "Molina"
givenName = "Stevie"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Bridges"
givenName = "Michele"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = ""
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -11098071
solid = -4896335
},
CustomChatColor {
id = 2
solid = -3114329
solid = -8329015
},
CustomChatColor {
gradient = Gradient {
angle = 139
angle = 218
colors = [
-10882070,
-14174184
-11625524,
-2101757
]
positions = [
0.0,
@ -38,31 +38,31 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_INDIGO
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_CELADON
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2076758843
sealedSenderIndicators = true
universalExpireTimerSeconds = 694141765
}
avatarUrlPath = "https://signal.org/NgpXHtZhdLyg"
avatarUrlPath = "https://signal.org/budVyDygxM"
donationSubscriberData = SubscriberData {
currencyCode = "EUR"
subscriberId = <9279e8c805d886b98779cc84b63b3b0848ae92e6e00d51de27e3837478439764>
manuallyCancelled = true
subscriberId = <da4e86e6a6eeb98b207d85f0b413e071743cee3d4bece41ec92ea59e67f1c2ef>
}
familyName = "Stanley"
givenName = "Bernardo"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Wyatt"
givenName = "Lois"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "1234"
username = "vito.4246"
username = "irvin.4656"
usernameLink = UsernameLink {
color = Color.BLUE
entropy = <342ae035ddbe7fe465fdb345d9345fdc5ab1cf72b00738e125ef73707c0a1a54>
serverId = <99eb27976fb2a59dcf3429a08f357899>
entropy = <0c3ae62e4a5aa0bbf67baa9066da53caf60c4ec900b2dee58107854a29a3b2f1>
serverId = <d4c8184986860917d55519fd5bc982fa>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -520561
solid = -15706209
},
CustomChatColor {
id = 2
solid = -10024887
solid = -5609147
},
CustomChatColor {
gradient = Gradient {
angle = 341
angle = 10
colors = [
-1728405,
-10844618
-5222363,
-7885081
]
positions = [
0.0,
@ -38,39 +38,39 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_VIOLET
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_RAINFOREST
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2056716151
universalExpireTimerSeconds = 1995618975
}
avatarUrlPath = "https://signal.org/tgrXFLPSk"
avatarUrlPath = "https://signal.org/yZCTrFaZqBnUUi"
backupsSubscriberData = IAPSubscriberData {
originalTransactionId = 9022372258134979013
subscriberId = <ccd719d94ce58985ed43189427a38645ab2d573928a14adb2e90907199154fed>
originalTransactionId = 7649816532921440778
subscriberId = <505b2d0c464633445cb1f9a68a644847e660b3fbea8e9fff77a691f7effe2df5>
}
donationSubscriberData = SubscriberData {
currencyCode = "GBP"
manuallyCancelled = true
subscriberId = <5ea278fda6c9d64b759ef2a75d430cc52c50e0151c6530fdf6d6742e0e366ee6>
subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693>
}
familyName = "Carroll"
givenName = "Barbara"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Pate"
givenName = "Goldie"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "123456"
username = "effie.08"
username = "marjorie.07"
usernameLink = UsernameLink {
color = Color.WHITE
entropy = <69f375454a95979def0ce9d2080db8f45d04641dda741f81140efe703c6727a8>
serverId = <9a458da0d95fde0154d933c20d1a04ce>
entropy = <a8973f9028fe841d9e2ff1cb589bfcfd570e0a10b620d15a9dbd5c2ab78a3b76>
serverId = <696ab01a75f6908b3d448eb3458c6acb>
}
}
}

Binary file not shown.

View File

@ -14,18 +14,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -16091213
solid = -7981376
},
CustomChatColor {
id = 2
solid = -13525414
solid = -4769265
},
CustomChatColor {
gradient = Gradient {
angle = 19
angle = 241
colors = [
-1943502,
-13785388
-16037347,
-7635376
]
positions = [
0.0,
@ -37,27 +37,26 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_PLUM
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_PACIFIC
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2144323445
sealedSenderIndicators = true
universalExpireTimerSeconds = 1157010821
}
avatarUrlPath = ""
familyName = ""
givenName = ""
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "abcdefg"
username = "miguel.1875"
username = "frieda.3662"
usernameLink = UsernameLink {
color = Color.GREY
entropy = <47a5942e97130bcd791cedfafc0e29956dc1e0cd18b0df35d2dda82a4ffea322>
serverId = <0a038863ebb03fed8486f4196b6e656c>
entropy = <67fdcb1ac685a8aedbd29cb42e984d652ed70996974af5a7a459650a2590efd1>
serverId = <c4fa0a5983c9e903fcd89432f89fb1ea>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -11098071
solid = -4896335
},
CustomChatColor {
id = 2
solid = -3114329
solid = -8329015
},
CustomChatColor {
gradient = Gradient {
angle = 139
angle = 218
colors = [
-10882070,
-14174184
-11625524,
-2101757
]
positions = [
0.0,
@ -38,35 +38,35 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_TAUPE
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_FROST
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2076758843
universalExpireTimerSeconds = 694141765
}
avatarUrlPath = "https://signal.org/NgpXHtZhdLyg"
avatarUrlPath = "https://signal.org/budVyDygxM"
donationSubscriberData = SubscriberData {
currencyCode = "USD"
manuallyCancelled = true
subscriberId = <390b234e608d3671842725ffb7b5369c034f2f21228e188ff7647a4b753e5d1b>
subscriberId = <d4acf856cb64e960fcd58ca580b80888e681e323c607d5959f6b63ece7730df0>
}
familyName = "Molina"
givenName = "Stevie"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Bridges"
givenName = "Michele"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "안녕하세요, 세계"
username = "vito.4246"
username = "irvin.4656"
usernameLink = UsernameLink {
color = Color.OLIVE
entropy = <d3faf51e18e707cf7cb4446159fb651a953525dd5da9aa792ff23f31ca20483e>
serverId = <15d4adbdf6985c94b6633322a1ff1c97>
entropy = <14b8aab9b5a5bfd31bbf0e8674ca8dec9544987b380d208afecdc4c5701ad7ec>
serverId = <2384caa746d547630e64d7294f139f80>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -520561
solid = -15706209
},
CustomChatColor {
id = 2
solid = -10024887
solid = -5609147
},
CustomChatColor {
gradient = Gradient {
angle = 341
angle = 10
colors = [
-1728405,
-10844618
-5222363,
-7885081
]
positions = [
0.0,
@ -38,36 +38,36 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_STEEL
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_NAVY
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
optimizeOnDeviceStorage = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2056716151
sealedSenderIndicators = true
universalExpireTimerSeconds = 1995618975
}
avatarUrlPath = "https://signal.org/tgrXFLPSk"
avatarUrlPath = "https://signal.org/yZCTrFaZqBnUUi"
backupsSubscriberData = IAPSubscriberData {
purchaseToken = "mjwqTJNP"
subscriberId = <1ec67707ad43f2d167963887aa1d063c8db57633fa5483f31f78622caf4b15d2>
purchaseToken = "HyuLGdFwzenI"
subscriberId = <9c47cb807844279fb4a4e927c5f36b40745ec558f58cca155df7981e10411f6e>
}
donationSubscriberData = SubscriberData {
currencyCode = "EUR"
subscriberId = <9279e8c805d886b98779cc84b63b3b0848ae92e6e00d51de27e3837478439764>
manuallyCancelled = true
subscriberId = <da4e86e6a6eeb98b207d85f0b413e071743cee3d4bece41ec92ea59e67f1c2ef>
}
familyName = "Stanley"
givenName = "Bernardo"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Wyatt"
givenName = "Lois"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = ""
username = "effie.08"
username = "marjorie.07"
usernameLink = UsernameLink {
color = Color.GREEN
entropy = <7027634ab98b2bedfeba4948ff5ee0b3877862d96ce3c17322ad4bfac6e10859>
serverId = <128ab0196d6be1c6a7ed5289222d4808>
entropy = <f18dbe1090e3527a69f4f6360b7e939b46b594613c7b2ffacf664a80595e2aa7>
serverId = <a6681e10130f4bc74b91d8690f4d11d0>
}
}
}

Binary file not shown.

View File

@ -14,18 +14,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -16091213
solid = -7981376
},
CustomChatColor {
id = 2
solid = -13525414
solid = -4769265
},
CustomChatColor {
gradient = Gradient {
angle = 19
angle = 241
colors = [
-1943502,
-13785388
-16037347,
-7635376
]
positions = [
0.0,
@ -37,38 +37,38 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_EMBER
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_LILAC
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2144323445
universalExpireTimerSeconds = 1157010821
}
avatarUrlPath = ""
backupsSubscriberData = IAPSubscriberData {
subscriberId = <183555ed8e40d2431d317e2dee39bbf801480e9e27dcdcb674f34922363753d4>
subscriberId = <28a14adb2e90907199154fed979ea98f19d848c17b785ff80dd2d18f5aa092c1>
}
donationSubscriberData = SubscriberData {
currencyCode = "GBP"
manuallyCancelled = true
subscriberId = <5ea278fda6c9d64b759ef2a75d430cc52c50e0151c6530fdf6d6742e0e366ee6>
subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693>
}
familyName = "Carroll"
givenName = "Barbara"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Pate"
givenName = "Goldie"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "1234"
username = "miguel.1875"
username = "frieda.3662"
usernameLink = UsernameLink {
color = Color.ORANGE
entropy = <eaa4908fc733c2440c3ae62e4a5aa0bbf67baa9066da53caf60c4ec900b2dee5>
serverId = <29a3b2f195b0f63bd4c8184986860917>
entropy = <ba1caec888cf6bfa88e3f24a21a78511518391fbc5b26db646e8dc0a531c93c2>
serverId = <072534d5f767baaec4d38bdc7ba76237>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -11098071
solid = -4896335
},
CustomChatColor {
id = 2
solid = -3114329
solid = -8329015
},
CustomChatColor {
gradient = Gradient {
angle = 139
angle = 218
colors = [
-10882070,
-14174184
-11625524,
-2101757
]
positions = [
0.0,
@ -38,27 +38,26 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_MIDNIGHT
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_PINK
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2076758843
sealedSenderIndicators = true
universalExpireTimerSeconds = 694141765
}
avatarUrlPath = "https://signal.org/NgpXHtZhdLyg"
avatarUrlPath = "https://signal.org/budVyDygxM"
familyName = ""
givenName = ""
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "123456"
username = "vito.4246"
username = "irvin.4656"
usernameLink = UsernameLink {
color = Color.PINK
entropy = <5bc982fa3e64d7eea8973f9028fe841d9e2ff1cb589bfcfd570e0a10b620d15a>
serverId = <b78a3b769a54a139696ab01a75f6908b>
entropy = <b0268c5da867e8b454754359d4337a3cc4f08757f22b67999610114498749f3f>
serverId = <4cb7634ea9ab33f68328b1520712b5ad>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -520561
solid = -15706209
},
CustomChatColor {
id = 2
solid = -10024887
solid = -5609147
},
CustomChatColor {
gradient = Gradient {
angle = 341
angle = 10
colors = [
-1728405,
-10844618
-5222363,
-7885081
]
positions = [
0.0,
@ -38,39 +38,39 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_INFRARED
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_EGGPLANT
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2056716151
universalExpireTimerSeconds = 1995618975
}
avatarUrlPath = "https://signal.org/tgrXFLPSk"
avatarUrlPath = "https://signal.org/yZCTrFaZqBnUUi"
backupsSubscriberData = IAPSubscriberData {
originalTransactionId = 9022372258134979013
subscriberId = <ccd719d94ce58985ed43189427a38645ab2d573928a14adb2e90907199154fed>
originalTransactionId = 7649816532921440778
subscriberId = <505b2d0c464633445cb1f9a68a644847e660b3fbea8e9fff77a691f7effe2df5>
}
donationSubscriberData = SubscriberData {
currencyCode = "USD"
manuallyCancelled = true
subscriberId = <390b234e608d3671842725ffb7b5369c034f2f21228e188ff7647a4b753e5d1b>
subscriberId = <d4acf856cb64e960fcd58ca580b80888e681e323c607d5959f6b63ece7730df0>
}
familyName = "Molina"
givenName = "Stevie"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Bridges"
givenName = "Michele"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "abcdefg"
username = "effie.08"
username = "marjorie.07"
usernameLink = UsernameLink {
color = Color.PURPLE
entropy = <458c6acb7db665e567fdcb1ac685a8aedbd29cb42e984d652ed70996974af5a7>
serverId = <2590efd18c249edbc4fa0a5983c9e903>
entropy = <1c11f4a53bc87b1036327e78d6bf0ffb1ec67707ad43f2d167963887aa1d063c>
serverId = <fa5483f31f78622caf4b15d212e5d730>
}
}
}

Binary file not shown.

View File

@ -14,18 +14,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -16091213
solid = -7981376
},
CustomChatColor {
id = 2
solid = -13525414
solid = -4769265
},
CustomChatColor {
gradient = Gradient {
angle = 19
angle = 241
colors = [
-1943502,
-13785388
-16037347,
-7635376
]
positions = [
0.0,
@ -37,25 +37,25 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_LAGOON
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.SOLID_SILVER
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2144323445
sealedSenderIndicators = true
universalExpireTimerSeconds = 1157010821
}
avatarUrlPath = ""
donationSubscriberData = SubscriberData {
currencyCode = "EUR"
subscriberId = <9279e8c805d886b98779cc84b63b3b0848ae92e6e00d51de27e3837478439764>
manuallyCancelled = true
subscriberId = <da4e86e6a6eeb98b207d85f0b413e071743cee3d4bece41ec92ea59e67f1c2ef>
}
familyName = "Stanley"
givenName = "Bernardo"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Wyatt"
givenName = "Lois"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "안녕하세요, 세계"
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -11098071
solid = -4896335
},
CustomChatColor {
id = 2
solid = -3114329
solid = -8329015
},
CustomChatColor {
gradient = Gradient {
angle = 139
angle = 218
colors = [
-10882070,
-14174184
-11625524,
-2101757
]
positions = [
0.0,
@ -38,35 +38,35 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_FLUORESCENT
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.GRADIENT_SUNSET
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2076758843
universalExpireTimerSeconds = 694141765
}
avatarUrlPath = "https://signal.org/NgpXHtZhdLyg"
avatarUrlPath = "https://signal.org/budVyDygxM"
donationSubscriberData = SubscriberData {
currencyCode = "GBP"
manuallyCancelled = true
subscriberId = <5ea278fda6c9d64b759ef2a75d430cc52c50e0151c6530fdf6d6742e0e366ee6>
subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693>
}
familyName = "Carroll"
givenName = "Barbara"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Pate"
givenName = "Goldie"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = ""
username = "vito.4246"
username = "irvin.4656"
usernameLink = UsernameLink {
color = Color.BLUE
entropy = <342ae035ddbe7fe465fdb345d9345fdc5ab1cf72b00738e125ef73707c0a1a54>
serverId = <99eb27976fb2a59dcf3429a08f357899>
entropy = <0c3ae62e4a5aa0bbf67baa9066da53caf60c4ec900b2dee58107854a29a3b2f1>
serverId = <d4c8184986860917d55519fd5bc982fa>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -520561
solid = -15706209
},
CustomChatColor {
id = 2
solid = -10024887
solid = -5609147
},
CustomChatColor {
gradient = Gradient {
angle = 341
angle = 10
colors = [
-1728405,
-10844618
-5222363,
-7885081
]
positions = [
0.0,
@ -38,32 +38,31 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_BASIL
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.GRADIENT_NOIR
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
optimizeOnDeviceStorage = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2056716151
sealedSenderIndicators = true
universalExpireTimerSeconds = 1995618975
}
avatarUrlPath = "https://signal.org/tgrXFLPSk"
avatarUrlPath = "https://signal.org/yZCTrFaZqBnUUi"
backupsSubscriberData = IAPSubscriberData {
purchaseToken = "mjwqTJNP"
subscriberId = <1ec67707ad43f2d167963887aa1d063c8db57633fa5483f31f78622caf4b15d2>
purchaseToken = "HyuLGdFwzenI"
subscriberId = <9c47cb807844279fb4a4e927c5f36b40745ec558f58cca155df7981e10411f6e>
}
familyName = ""
givenName = ""
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "1234"
username = "effie.08"
username = "marjorie.07"
usernameLink = UsernameLink {
color = Color.WHITE
entropy = <69f375454a95979def0ce9d2080db8f45d04641dda741f81140efe703c6727a8>
serverId = <9a458da0d95fde0154d933c20d1a04ce>
entropy = <a8973f9028fe841d9e2ff1cb589bfcfd570e0a10b620d15a9dbd5c2ab78a3b76>
serverId = <696ab01a75f6908b3d448eb3458c6acb>
}
}
}

Binary file not shown.

View File

@ -14,18 +14,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -16091213
solid = -7981376
},
CustomChatColor {
id = 2
solid = -13525414
solid = -4769265
},
CustomChatColor {
gradient = Gradient {
angle = 19
angle = 241
colors = [
-1943502,
-13785388
-16037347,
-7635376
]
positions = [
0.0,
@ -37,38 +37,38 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_SUBLIME
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.GRADIENT_HEATMAP
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2144323445
universalExpireTimerSeconds = 1157010821
}
avatarUrlPath = ""
backupsSubscriberData = IAPSubscriberData {
subscriberId = <183555ed8e40d2431d317e2dee39bbf801480e9e27dcdcb674f34922363753d4>
subscriberId = <28a14adb2e90907199154fed979ea98f19d848c17b785ff80dd2d18f5aa092c1>
}
donationSubscriberData = SubscriberData {
currencyCode = "USD"
manuallyCancelled = true
subscriberId = <390b234e608d3671842725ffb7b5369c034f2f21228e188ff7647a4b753e5d1b>
subscriberId = <d4acf856cb64e960fcd58ca580b80888e681e323c607d5959f6b63ece7730df0>
}
familyName = "Molina"
givenName = "Stevie"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Bridges"
givenName = "Michele"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "123456"
username = "miguel.1875"
username = "frieda.3662"
usernameLink = UsernameLink {
color = Color.GREY
entropy = <47a5942e97130bcd791cedfafc0e29956dc1e0cd18b0df35d2dda82a4ffea322>
serverId = <0a038863ebb03fed8486f4196b6e656c>
entropy = <67fdcb1ac685a8aedbd29cb42e984d652ed70996974af5a7a459650a2590efd1>
serverId = <c4fa0a5983c9e903fcd89432f89fb1ea>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -11098071
solid = -4896335
},
CustomChatColor {
id = 2
solid = -3114329
solid = -8329015
},
CustomChatColor {
gradient = Gradient {
angle = 139
angle = 218
colors = [
-10882070,
-14174184
-11625524,
-2101757
]
positions = [
0.0,
@ -38,31 +38,31 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_SEA
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.GRADIENT_AQUA
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2076758843
sealedSenderIndicators = true
universalExpireTimerSeconds = 694141765
}
avatarUrlPath = "https://signal.org/NgpXHtZhdLyg"
avatarUrlPath = "https://signal.org/budVyDygxM"
donationSubscriberData = SubscriberData {
currencyCode = "EUR"
subscriberId = <9279e8c805d886b98779cc84b63b3b0848ae92e6e00d51de27e3837478439764>
manuallyCancelled = true
subscriberId = <da4e86e6a6eeb98b207d85f0b413e071743cee3d4bece41ec92ea59e67f1c2ef>
}
familyName = "Stanley"
givenName = "Bernardo"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Wyatt"
givenName = "Lois"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "abcdefg"
username = "vito.4246"
username = "irvin.4656"
usernameLink = UsernameLink {
color = Color.OLIVE
entropy = <d3faf51e18e707cf7cb4446159fb651a953525dd5da9aa792ff23f31ca20483e>
serverId = <15d4adbdf6985c94b6633322a1ff1c97>
entropy = <14b8aab9b5a5bfd31bbf0e8674ca8dec9544987b380d208afecdc4c5701ad7ec>
serverId = <2384caa746d547630e64d7294f139f80>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -520561
solid = -15706209
},
CustomChatColor {
id = 2
solid = -10024887
solid = -5609147
},
CustomChatColor {
gradient = Gradient {
angle = 341
angle = 10
colors = [
-1728405,
-10844618
-5222363,
-7885081
]
positions = [
0.0,
@ -38,39 +38,39 @@ Frame {
]
defaultChatStyle = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_TANGERINE
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.GRADIENT_IRIDESCENT
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2056716151
universalExpireTimerSeconds = 1995618975
}
avatarUrlPath = "https://signal.org/tgrXFLPSk"
avatarUrlPath = "https://signal.org/yZCTrFaZqBnUUi"
backupsSubscriberData = IAPSubscriberData {
originalTransactionId = 9022372258134979013
subscriberId = <ccd719d94ce58985ed43189427a38645ab2d573928a14adb2e90907199154fed>
originalTransactionId = 7649816532921440778
subscriberId = <505b2d0c464633445cb1f9a68a644847e660b3fbea8e9fff77a691f7effe2df5>
}
donationSubscriberData = SubscriberData {
currencyCode = "GBP"
manuallyCancelled = true
subscriberId = <5ea278fda6c9d64b759ef2a75d430cc52c50e0151c6530fdf6d6742e0e366ee6>
subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693>
}
familyName = "Carroll"
givenName = "Barbara"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Pate"
givenName = "Goldie"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "안녕하세요, 세계"
username = "effie.08"
username = "marjorie.07"
usernameLink = UsernameLink {
color = Color.GREEN
entropy = <7027634ab98b2bedfeba4948ff5ee0b3877862d96ce3c17322ad4bfac6e10859>
serverId = <128ab0196d6be1c6a7ed5289222d4808>
entropy = <f18dbe1090e3527a69f4f6360b7e939b46b594613c7b2ffacf664a80595e2aa7>
serverId = <a6681e10130f4bc74b91d8690f4d11d0>
}
}
}

Binary file not shown.

View File

@ -14,18 +14,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -16091213
solid = -7981376
},
CustomChatColor {
id = 2
solid = -13525414
solid = -4769265
},
CustomChatColor {
gradient = Gradient {
angle = 19
angle = 241
colors = [
-1943502,
-13785388
-16037347,
-7635376
]
positions = [
0.0,
@ -37,27 +37,26 @@ Frame {
]
defaultChatStyle = ChatStyle {
customColorId = 1
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.GRADIENT_MONSTERA
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2144323445
sealedSenderIndicators = true
universalExpireTimerSeconds = 1157010821
}
avatarUrlPath = ""
familyName = ""
givenName = ""
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = ""
username = "miguel.1875"
username = "frieda.3662"
usernameLink = UsernameLink {
color = Color.ORANGE
entropy = <eaa4908fc733c2440c3ae62e4a5aa0bbf67baa9066da53caf60c4ec900b2dee5>
serverId = <29a3b2f195b0f63bd4c8184986860917>
entropy = <ba1caec888cf6bfa88e3f24a21a78511518391fbc5b26db646e8dc0a531c93c2>
serverId = <072534d5f767baaec4d38bdc7ba76237>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -11098071
solid = -4896335
},
CustomChatColor {
id = 2
solid = -3114329
solid = -8329015
},
CustomChatColor {
gradient = Gradient {
angle = 139
angle = 218
colors = [
-10882070,
-14174184
-11625524,
-2101757
]
positions = [
0.0,
@ -38,35 +38,35 @@ Frame {
]
defaultChatStyle = ChatStyle {
customColorId = 2
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.GRADIENT_BLISS
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2076758843
universalExpireTimerSeconds = 694141765
}
avatarUrlPath = "https://signal.org/NgpXHtZhdLyg"
avatarUrlPath = "https://signal.org/budVyDygxM"
donationSubscriberData = SubscriberData {
currencyCode = "USD"
manuallyCancelled = true
subscriberId = <390b234e608d3671842725ffb7b5369c034f2f21228e188ff7647a4b753e5d1b>
subscriberId = <d4acf856cb64e960fcd58ca580b80888e681e323c607d5959f6b63ece7730df0>
}
familyName = "Molina"
givenName = "Stevie"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Bridges"
givenName = "Michele"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "1234"
username = "vito.4246"
username = "irvin.4656"
usernameLink = UsernameLink {
color = Color.PINK
entropy = <5bc982fa3e64d7eea8973f9028fe841d9e2ff1cb589bfcfd570e0a10b620d15a>
serverId = <b78a3b769a54a139696ab01a75f6908b>
entropy = <b0268c5da867e8b454754359d4337a3cc4f08757f22b67999610114498749f3f>
serverId = <4cb7634ea9ab33f68328b1520712b5ad>
}
}
}

Binary file not shown.

View File

@ -15,18 +15,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -520561
solid = -15706209
},
CustomChatColor {
id = 2
solid = -10024887
solid = -5609147
},
CustomChatColor {
gradient = Gradient {
angle = 341
angle = 10
colors = [
-1728405,
-10844618
-5222363,
-7885081
]
positions = [
0.0,
@ -38,36 +38,36 @@ Frame {
]
defaultChatStyle = ChatStyle {
customColorId = 3
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.GRADIENT_SKY
}
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
hasCompletedUsernameOnboarding = true
hasSetMyStoriesPrivacy = true
linkPreviews = true
notDiscoverableByPhoneNumber = true
optimizeOnDeviceStorage = true
phoneNumberSharingMode = PhoneNumberSharingMode.EVERYBODY
preferContactAvatars = true
readReceipts = true
universalExpireTimerSeconds = 2056716151
sealedSenderIndicators = true
universalExpireTimerSeconds = 1995618975
}
avatarUrlPath = "https://signal.org/tgrXFLPSk"
avatarUrlPath = "https://signal.org/yZCTrFaZqBnUUi"
backupsSubscriberData = IAPSubscriberData {
purchaseToken = "mjwqTJNP"
subscriberId = <1ec67707ad43f2d167963887aa1d063c8db57633fa5483f31f78622caf4b15d2>
purchaseToken = "HyuLGdFwzenI"
subscriberId = <9c47cb807844279fb4a4e927c5f36b40745ec558f58cca155df7981e10411f6e>
}
donationSubscriberData = SubscriberData {
currencyCode = "EUR"
subscriberId = <9279e8c805d886b98779cc84b63b3b0848ae92e6e00d51de27e3837478439764>
manuallyCancelled = true
subscriberId = <da4e86e6a6eeb98b207d85f0b413e071743cee3d4bece41ec92ea59e67f1c2ef>
}
familyName = "Stanley"
givenName = "Bernardo"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Wyatt"
givenName = "Lois"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "123456"
username = "effie.08"
username = "marjorie.07"
usernameLink = UsernameLink {
color = Color.PURPLE
entropy = <458c6acb7db665e567fdcb1ac685a8aedbd29cb42e984d652ed70996974af5a7>
serverId = <2590efd18c249edbc4fa0a5983c9e903>
entropy = <1c11f4a53bc87b1036327e78d6bf0ffb1ec67707ad43f2d167963887aa1d063c>
serverId = <fa5483f31f78622caf4b15d212e5d730>
}
}
}

Binary file not shown.

View File

@ -14,18 +14,18 @@ Frame {
customChatColors = [
CustomChatColor {
id = 1
solid = -16091213
solid = -7981376
},
CustomChatColor {
id = 2
solid = -13525414
solid = -4769265
},
CustomChatColor {
gradient = Gradient {
angle = 19
angle = 241
colors = [
-1943502,
-13785388
-16037347,
-7635376
]
positions = [
0.0,
@ -37,32 +37,32 @@ Frame {
]
defaultChatStyle = ChatStyle {
autoBubbleColor = AutomaticBubbleColor {}
dimWallpaperInDarkMode = true
wallpaperPreset = WallpaperPreset.GRADIENT_PEACH
}
displayBadgesOnProfile = true
hasCompletedUsernameOnboarding = true
hasSeenGroupStoryEducationSheet = true
hasSetMyStoriesPrivacy = true
notDiscoverableByPhoneNumber = true
hasViewedOnboardingStory = true
keepMutedChatsArchived = true
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
sealedSenderIndicators = true
preferContactAvatars = true
readReceipts = true
storiesDisabled = true
storyViewReceiptsEnabled = true
typingIndicators = true
universalExpireTimerSeconds = 2144323445
universalExpireTimerSeconds = 1157010821
}
avatarUrlPath = ""
backupsSubscriberData = IAPSubscriberData {
subscriberId = <183555ed8e40d2431d317e2dee39bbf801480e9e27dcdcb674f34922363753d4>
subscriberId = <28a14adb2e90907199154fed979ea98f19d848c17b785ff80dd2d18f5aa092c1>
}
donationSubscriberData = SubscriberData {
currencyCode = "GBP"
manuallyCancelled = true
subscriberId = <5ea278fda6c9d64b759ef2a75d430cc52c50e0151c6530fdf6d6742e0e366ee6>
subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693>
}
familyName = "Carroll"
givenName = "Barbara"
profileKey = <7b785ff80dd2d18f5aa092c1745e712bc96653a10091c5a8a51edea80c2dede8>
familyName = "Pate"
givenName = "Goldie"
profileKey = <a2c95354552e30c89a57440e8b6df14eb6ecc600425e7254c942177d4c77276c>
svrPin = "abcdefg"
}
}

Binary file not shown.

View File

@ -120,10 +120,8 @@ Frame {
Frame {
chat = Chat {
dontNotifyForMentionsIfMuted = true
expireTimerVersion = 1990187126
expireTimerVersion = 32826562
id = 3
markedUnread = true
recipientId = 4
style = ChatStyle {
autoBubbleColor = AutomaticBubbleColor {}
@ -132,11 +130,11 @@ Frame {
contentType = "image/jpeg"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <2cc2b48c50aefe53b3974ed91e6b4ea9>
key = <2cc2b48c50aefe53b3974ed91e6b4ea924f9baa8e77bcc2f537f0b02efe86030ac2c315346a8f5dcc0a79602f9a51310c8eed9889d46ef3bafda11b109ff875d>
legacyDigest = <>
legacyMediaName = ""
plaintextHash = <ac2c315346a8f5dcc0a79602f9a51310c8eed9889d46ef3bafda11b109ff875d>
size = 400965107
plaintextHash = <566976e517765490bce89c73382a342b5c0c5f7b97527985b715cd4f8972f428>
size = 103896983
}
}
}

Binary file not shown.

View File

@ -121,10 +121,12 @@ Frame {
Frame {
chat = Chat {
archived = true
expirationTimerMs = 123321745000
expireTimerVersion = 217727811
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 66426950000
expireTimerVersion = 424307839
id = 3
muteUntilMs = 1717037855458
markedUnread = true
muteUntilMs = 1875575030648
pinnedOrder = 1
recipientId = 4
style = ChatStyle {
@ -134,11 +136,11 @@ Frame {
contentType = "image/png"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <2faf620c7229690068c4b09c566976e5>
key = <3bd72e515007f15a21064b374c7c7f19ef4ab90be00e43771d8bb3f9031ee7c9761a278e9730ff2a7b4eb31e73d6d28780f6e1c9dbd14b48236d757f2705f484>
legacyDigest = <>
legacyMediaName = ""
plaintextHash = <97527985b715cd4f8972f4289e11b22e3bd72e515007f15a21064b374c7c7f19>
size = 17153961
plaintextHash = <be3676ffc94a53ce5499ec295fa73d1eca46d29f861af10f43256ed684290aa0>
size = 3445945
}
}
}

Binary file not shown.

View File

@ -120,12 +120,10 @@ Frame {
Frame {
chat = Chat {
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 365366664000
expireTimerVersion = 909293366
expirationTimerMs = 788193506000
expireTimerVersion = 1968754685
id = 3
markedUnread = true
muteUntilMs = 1760120031011
muteUntilMs = 1903461115386
recipientId = 4
style = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_CRIMSON
@ -135,12 +133,12 @@ Frame {
contentType = "image/jpeg"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <e00e43771d8bb3f9031ee7c9761a278e>
key = <9e293e6982b87e2036106eec0da607bfe85604e4e3670f77ebf5e721149f599dab4f9c8a0a0f6193b4fffb255879953e257ab94747b56ae57f372e1b97f2d8ea>
legacyDigest = <>
legacyMediaName = ""
mediaTierCdnNumber = 2
plaintextHash = <dbd14b48236d757f2705f484ddf99c482342c64187c84e37a225dedebe3676ff>
size = 405828727
plaintextHash = <346a5ff97c318292bd6e73ff9022c6fa6faebb1559633d69d55d99f6f871f883>
size = 1314415156
}
}
}

Binary file not shown.

View File

@ -121,8 +121,10 @@ Frame {
Frame {
chat = Chat {
archived = true
expireTimerVersion = 1990187126
dontNotifyForMentionsIfMuted = true
expireTimerVersion = 32826562
id = 3
markedUnread = true
pinnedOrder = 1
recipientId = 4
style = ChatStyle {
@ -132,12 +134,12 @@ Frame {
contentType = "image/png"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <5499ec295fa73d1eca46d29f861af10f>
key = <d36859b9d0b6d25acc4d5a8259872972fc853ca658a12027e42941e2e1f45a96bc4c7227ad0710860c22bad9944dc49190adabba8a72bebb4db939e0342ae035>
legacyDigest = <>
legacyMediaName = ""
mediaTierCdnNumber = 3
plaintextHash = <82b87e2036106eec0da607bfe85604e4e3670f77ebf5e721149f599dab4f9c8a>
size = 400965107
plaintextHash = <b00738e125ef73707c0a1a54a78a536a99eb27976fb2a59dcf3429a08f357899>
size = 103896983
}
}
}

Binary file not shown.

View File

@ -120,12 +120,10 @@ Frame {
Frame {
chat = Chat {
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 123321745000
expireTimerVersion = 217727811
expirationTimerMs = 66426950000
expireTimerVersion = 424307839
id = 3
markedUnread = true
muteUntilMs = 1717037855458
muteUntilMs = 1875575030648
recipientId = 4
style = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_BURLAP
@ -135,11 +133,11 @@ Frame {
contentType = "image/jpeg"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <b4fffb255879953e257ab94747b56ae5>
key = <69f375454a95979def0ce9d2080db8f45d04641dda741f81140efe703c6727a8d5e0f3b49a458da0d95fde0154d933c20d1a04ced92499f547a5942e97130bcd>
legacyDigest = <>
legacyMediaName = ""
plaintextHash = <78d9cd54434bca72346a5ff97c318292bd6e73ff9022c6fa6faebb1559633d69>
size = 17153961
plaintextHash = <d2dda82a4ffea322fd2aa72b0a038863ebb03fed8486f4196b6e656c0977166f>
size = 3445945
}
}
}

Binary file not shown.

View File

@ -121,10 +121,12 @@ Frame {
Frame {
chat = Chat {
archived = true
expirationTimerMs = 365366664000
expireTimerVersion = 909293366
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 788193506000
expireTimerVersion = 1968754685
id = 3
muteUntilMs = 1760120031011
markedUnread = true
muteUntilMs = 1903461115386
pinnedOrder = 1
recipientId = 4
style = ChatStyle {
@ -134,11 +136,11 @@ Frame {
contentType = "image/png"
invalidAttachmentLocator = InvalidAttachmentLocator {}
locatorInfo = LocatorInfo {
key = <f871f8839a9ce2d8d36859b9d0b6d25a>
key = <18e707cf7cb4446159fb651a953525dd5da9aa792ff23f31ca20483ef7a05a9615d4adbdf6985c94b6633322a1ff1c9732d8456e7027634ab98b2bedfeba4948>
legacyDigest = <>
legacyMediaName = ""
plaintextHash = <e42941e2e1f45a96bc4c7227ad0710860c22bad9944dc49190adabba8a72bebb>
size = 405828727
plaintextHash = <c6e10859fb70db9f128ab0196d6be1c6a7ed5289222d4808bdaadcf9eaa4908f>
size = 1314415156
}
}
}

Binary file not shown.

View File

@ -120,10 +120,8 @@ Frame {
Frame {
chat = Chat {
dontNotifyForMentionsIfMuted = true
expireTimerVersion = 1990187126
expireTimerVersion = 32826562
id = 3
markedUnread = true
recipientId = 4
style = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_WINTERGREEN

Binary file not shown.

View File

@ -121,10 +121,12 @@ Frame {
Frame {
chat = Chat {
archived = true
expirationTimerMs = 123321745000
expireTimerVersion = 217727811
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 66426950000
expireTimerVersion = 424307839
id = 3
muteUntilMs = 1717037855458
markedUnread = true
muteUntilMs = 1875575030648
pinnedOrder = 1
recipientId = 4
style = ChatStyle {

Binary file not shown.

View File

@ -120,12 +120,10 @@ Frame {
Frame {
chat = Chat {
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 365366664000
expireTimerVersion = 909293366
expirationTimerMs = 788193506000
expireTimerVersion = 1968754685
id = 3
markedUnread = true
muteUntilMs = 1760120031011
muteUntilMs = 1903461115386
recipientId = 4
style = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_BLUE

Binary file not shown.

View File

@ -121,8 +121,10 @@ Frame {
Frame {
chat = Chat {
archived = true
expireTimerVersion = 1990187126
dontNotifyForMentionsIfMuted = true
expireTimerVersion = 32826562
id = 3
markedUnread = true
pinnedOrder = 1
recipientId = 4
style = ChatStyle {

Binary file not shown.

View File

@ -120,12 +120,10 @@ Frame {
Frame {
chat = Chat {
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 123321745000
expireTimerVersion = 217727811
expirationTimerMs = 66426950000
expireTimerVersion = 424307839
id = 3
markedUnread = true
muteUntilMs = 1717037855458
muteUntilMs = 1875575030648
recipientId = 4
style = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_VIOLET

Binary file not shown.

View File

@ -121,10 +121,12 @@ Frame {
Frame {
chat = Chat {
archived = true
expirationTimerMs = 365366664000
expireTimerVersion = 909293366
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 788193506000
expireTimerVersion = 1968754685
id = 3
muteUntilMs = 1760120031011
markedUnread = true
muteUntilMs = 1903461115386
pinnedOrder = 1
recipientId = 4
style = ChatStyle {

Binary file not shown.

View File

@ -120,10 +120,8 @@ Frame {
Frame {
chat = Chat {
dontNotifyForMentionsIfMuted = true
expireTimerVersion = 1990187126
expireTimerVersion = 32826562
id = 3
markedUnread = true
recipientId = 4
style = ChatStyle {
bubbleColorPreset = BubbleColorPreset.SOLID_TAUPE

Binary file not shown.

View File

@ -121,10 +121,12 @@ Frame {
Frame {
chat = Chat {
archived = true
expirationTimerMs = 123321745000
expireTimerVersion = 217727811
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 66426950000
expireTimerVersion = 424307839
id = 3
muteUntilMs = 1717037855458
markedUnread = true
muteUntilMs = 1875575030648
pinnedOrder = 1
recipientId = 4
style = ChatStyle {

Binary file not shown.

View File

@ -120,12 +120,10 @@ Frame {
Frame {
chat = Chat {
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 365366664000
expireTimerVersion = 909293366
expirationTimerMs = 788193506000
expireTimerVersion = 1968754685
id = 3
markedUnread = true
muteUntilMs = 1760120031011
muteUntilMs = 1903461115386
recipientId = 4
style = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_EMBER

Binary file not shown.

View File

@ -121,8 +121,10 @@ Frame {
Frame {
chat = Chat {
archived = true
expireTimerVersion = 1990187126
dontNotifyForMentionsIfMuted = true
expireTimerVersion = 32826562
id = 3
markedUnread = true
pinnedOrder = 1
recipientId = 4
style = ChatStyle {

Binary file not shown.

View File

@ -120,12 +120,10 @@ Frame {
Frame {
chat = Chat {
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 123321745000
expireTimerVersion = 217727811
expirationTimerMs = 66426950000
expireTimerVersion = 424307839
id = 3
markedUnread = true
muteUntilMs = 1717037855458
muteUntilMs = 1875575030648
recipientId = 4
style = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_INFRARED

Binary file not shown.

View File

@ -121,10 +121,12 @@ Frame {
Frame {
chat = Chat {
archived = true
expirationTimerMs = 365366664000
expireTimerVersion = 909293366
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 788193506000
expireTimerVersion = 1968754685
id = 3
muteUntilMs = 1760120031011
markedUnread = true
muteUntilMs = 1903461115386
pinnedOrder = 1
recipientId = 4
style = ChatStyle {

Binary file not shown.

View File

@ -120,10 +120,8 @@ Frame {
Frame {
chat = Chat {
dontNotifyForMentionsIfMuted = true
expireTimerVersion = 1990187126
expireTimerVersion = 32826562
id = 3
markedUnread = true
recipientId = 4
style = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_FLUORESCENT

Binary file not shown.

View File

@ -121,10 +121,12 @@ Frame {
Frame {
chat = Chat {
archived = true
expirationTimerMs = 123321745000
expireTimerVersion = 217727811
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 66426950000
expireTimerVersion = 424307839
id = 3
muteUntilMs = 1717037855458
markedUnread = true
muteUntilMs = 1875575030648
pinnedOrder = 1
recipientId = 4
style = ChatStyle {

Binary file not shown.

View File

@ -120,12 +120,10 @@ Frame {
Frame {
chat = Chat {
dontNotifyForMentionsIfMuted = true
expirationTimerMs = 365366664000
expireTimerVersion = 909293366
expirationTimerMs = 788193506000
expireTimerVersion = 1968754685
id = 3
markedUnread = true
muteUntilMs = 1760120031011
muteUntilMs = 1903461115386
recipientId = 4
style = ChatStyle {
bubbleColorPreset = BubbleColorPreset.GRADIENT_SUBLIME

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More