forked from shadowfacts/Tusker
Fix crash if there are duplicate accounts in fav/reblog notification list
This commit is contained in:
parent
6b57ec8b97
commit
a99072dd7c
|
@ -63,7 +63,7 @@ class StatusActionAccountListViewController: UIViewController {
|
|||
self.actionType = actionType
|
||||
self.statusID = statusID
|
||||
self.statusState = statusState
|
||||
self.accountIDs = accountIDs
|
||||
self.accountIDs = accountIDs?.uniques()
|
||||
|
||||
super.init(nibName: nil, bundle: nil)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue