forked from shadowfacts/Tusker
Fix discrepancy between SearchResultsViewController.Item == and hash
This commit is contained in:
parent
2e2279ba8c
commit
1358152dec
|
@ -414,7 +414,7 @@ extension SearchResultsViewController {
|
|||
hasher.combine(id)
|
||||
case let .hashtag(hashtag):
|
||||
hasher.combine("hashtag")
|
||||
hasher.combine(hashtag.url)
|
||||
hasher.combine(hashtag.name)
|
||||
case let .status(id, _):
|
||||
hasher.combine("status")
|
||||
hasher.combine(id)
|
||||
|
|
Loading…
Reference in New Issue