fix: use wrong mention types issue. resolve #452
This commit is contained in:
parent
013a901752
commit
bb4c570cdc
|
@ -37,11 +37,8 @@ extension APIService {
|
|||
]
|
||||
case .mentions:
|
||||
return [
|
||||
.follow,
|
||||
.followRequest,
|
||||
.reblog,
|
||||
.favourite,
|
||||
.poll
|
||||
.mention,
|
||||
.status,
|
||||
]
|
||||
}
|
||||
}(),
|
||||
|
|
Loading…
Reference in New Issue