From 1b02c8c14d772a2a2f6b7f2618d0da8c2a921bd0 Mon Sep 17 00:00:00 2001 From: Talon Brown Date: Mon, 31 Mar 2025 19:54:33 -0500 Subject: [PATCH 1/2] Added phone number of blocked content to tableviewcell. (cherry picked from commit 9d87f642c1f317c588c608b980687a8737ea3781) --- .../AppSettings/Privacy/BlockListViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Signal/src/ViewControllers/AppSettings/Privacy/BlockListViewController.swift b/Signal/src/ViewControllers/AppSettings/Privacy/BlockListViewController.swift index cf27c221a70..ecf290cfa0f 100644 --- a/Signal/src/ViewControllers/AppSettings/Privacy/BlockListViewController.swift +++ b/Signal/src/ViewControllers/AppSettings/Privacy/BlockListViewController.swift @@ -99,6 +99,7 @@ class BlockListViewController: OWSTableViewController2 { address: address, localUserDisplayMode: .asUser ) + config.accessoryMessage = address.phoneNumber //Is there a function to prettify a phone number? if self != nil { SSKEnvironment.shared.databaseStorageRef.read { transaction in cell.configure(configuration: config, transaction: transaction) From 93a0175c1ee1e640ccd7914c423b42fd412377eb Mon Sep 17 00:00:00 2001 From: Talon Brown <37125773+MarlowBrown@users.noreply.github.com> Date: Sat, 2 Aug 2025 06:16:57 -0500 Subject: [PATCH 2/2] Add spacing for comment. Co-authored-by: Ankush <11902070+ankushkushwaha@users.noreply.github.com> --- .../AppSettings/Privacy/BlockListViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/AppSettings/Privacy/BlockListViewController.swift b/Signal/src/ViewControllers/AppSettings/Privacy/BlockListViewController.swift index ecf290cfa0f..65ca991b073 100644 --- a/Signal/src/ViewControllers/AppSettings/Privacy/BlockListViewController.swift +++ b/Signal/src/ViewControllers/AppSettings/Privacy/BlockListViewController.swift @@ -99,7 +99,7 @@ class BlockListViewController: OWSTableViewController2 { address: address, localUserDisplayMode: .asUser ) - config.accessoryMessage = address.phoneNumber //Is there a function to prettify a phone number? + config.accessoryMessage = address.phoneNumber // Is there a function to prettify a phone number? if self != nil { SSKEnvironment.shared.databaseStorageRef.read { transaction in cell.configure(configuration: config, transaction: transaction)