fix: use wrong mention types issue. resolve #452

This commit is contained in:
CMK 2022-06-14 11:09:57 +08:00
parent 013a901752
commit bb4c570cdc
1 changed files with 2 additions and 5 deletions

View File

@ -37,11 +37,8 @@ extension APIService {
] ]
case .mentions: case .mentions:
return [ return [
.follow, .mention,
.followRequest, .status,
.reblog,
.favourite,
.poll
] ]
} }
}(), }(),