[ReviewDB] hide blocked users (#1626)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Manti 2023-08-10 03:28:46 +03:00 committed by GitHub
parent 8b6c8bc0ec
commit c96a1a9998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -48,6 +48,11 @@ export const settings = definePluginSettings({
description: "Hide timestamps on reviews",
default: false,
},
hideBlockedUsers: {
type: OptionType.BOOLEAN,
description: "Hide reviews from blocked users",
default: true,
},
website: {
type: OptionType.COMPONENT,
description: "ReviewDB website",