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)