Skip to content

Commit

Permalink
reactedに対応するはず?
Browse files Browse the repository at this point in the history
  • Loading branch information
Esurio committed Sep 10, 2024
1 parent a0cb91e commit f123d86
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,10 @@ export class ApNoteService {
searchable = ['public'];
} else if (searchableActivity.includes('kmyblue:Limited') || searchableActivity.includes('as:Limited')) {
searchable = ['limited'];
} else if (searchableActivity.includes('/followers')) {
searchable = ['followers'];
} else {
searchable = ['public'];
searchable = ['reacted'];
}

// 添付ファイル
Expand Down

0 comments on commit f123d86

Please sign in to comment.