From 71444c4ecaa64f266ae53065717676f93bfede02 Mon Sep 17 00:00:00 2001 From: sashaweiss-signal Date: Wed, 20 May 2026 10:35:13 -0700 Subject: [PATCH] Reapply "Display AEPs with 0/O, accept 0/O/=/#" --- Signal/Backups/DisplayableAccountEntropyPool.swift | 5 +++-- Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Signal/Backups/DisplayableAccountEntropyPool.swift b/Signal/Backups/DisplayableAccountEntropyPool.swift index 61d1d6cba5..d3e97c6426 100644 --- a/Signal/Backups/DisplayableAccountEntropyPool.swift +++ b/Signal/Backups/DisplayableAccountEntropyPool.swift @@ -31,8 +31,9 @@ struct DisplayableAccountEntropyPool { .uppercased() .map { char in switch char { - case "0": "=" - case "O", "o": "#" + // TODO: Reenable this once support is available for all platforms + // case "0": "=" + // case "O", "o": "#" default: char } }, diff --git a/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift b/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift index 51838518c9..0c092d0577 100644 --- a/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift +++ b/Signal/test/Backups/DisplayableAccountEntropyPoolTest.swift @@ -7,6 +7,7 @@ import SignalServiceKit import Testing @testable import Signal +@Suite(.disabled("Waiting for TODO at DisplayableAccountEntropyPool.swift:34")) struct DisplayableAccountEntropyPoolTest { private static let aepLength = AccountEntropyPool.Constants.byteLength