Merge pull request #453 from mastodon/fix-issue-452
Fix mention not works due to wrong types issue #452
This commit is contained in:
commit
765a6bc591
|
@ -37,11 +37,8 @@ extension APIService {
|
|||
]
|
||||
case .mentions:
|
||||
return [
|
||||
.follow,
|
||||
.followRequest,
|
||||
.reblog,
|
||||
.favourite,
|
||||
.poll
|
||||
.mention,
|
||||
.status,
|
||||
]
|
||||
}
|
||||
}(),
|
||||
|
|
Loading…
Reference in New Issue