Merge pull request #453 from mastodon/fix-issue-452

Fix mention not works due to wrong types issue #452
This commit is contained in:
CMK 2022-06-14 13:13:04 +08:00 committed by GitHub
commit 765a6bc591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

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