mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Fix warning
This commit is contained in:
parent
86e968fabd
commit
d7fa94211a
@ -803,7 +803,7 @@ extension ProfileViewController: ProfileHeaderViewControllerDelegate {
|
||||
let unblockAction = UIAlertAction(title: L10n.Common.Controls.Friendship.unblock, style: .default) { [weak self] _ in
|
||||
guard let self else { return }
|
||||
Task {
|
||||
let newRelationship = try await DataSourceFacade.responseToUserBlockAction(
|
||||
_ = try await DataSourceFacade.responseToUserBlockAction(
|
||||
dependency: self,
|
||||
account: account
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user