Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
penginn-net committed Nov 8, 2024
1 parent 32aa78a commit ebe8669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -153,7 +153,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
userId: me.id,
choice: ps.choice,
});
if (!(note.searchableBy === 'private' && note.userHost === null)) {
if (note.userHost === null) {
this.advancedSearchService.indexVote(id, {
noteId: note.id,
userId: me.id,

0 comments on commit ebe8669

Please sign in to comment.