Show correct account for "quoted" posts in notifications (IOS-192)
This commit is contained in:
parent
76304e59e5
commit
1b1274c2f7
|
@ -305,9 +305,11 @@ extension NotificationTableViewCellDelegate where Self: DataSourceProvider & Aut
|
|||
return
|
||||
}
|
||||
|
||||
guard let account = notification.status?.entity.account else { return }
|
||||
|
||||
await DataSourceFacade.coordinateToProfileScene(
|
||||
provider: self,
|
||||
account: notification.entity.account
|
||||
account: account
|
||||
)
|
||||
} // end Task
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue