From 1b02c8c14d772a2a2f6b7f2618d0da8c2a921bd0 Mon Sep 17 00:00:00 2001 From: Talon Brown Date: Mon, 31 Mar 2025 19:54:33 -0500 Subject: [PATCH] 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)