summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/common/generate-visibility-query.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* なんかもうめっちゃ変えたsyuilo2022-09-181-42/+0
|
* chore: synchronize visibility checks (#8687)Johann1502022-06-111-6/+8
| | | | | | | | | | | | | | * reuse single meId parameter * unify code style Use template string to avoid having to use escaped quote marks. * fix: follower only notes are visible to mentioned users This synchronizes the visibility rules with the Notes.isVisibleForMe method from packages/backend/src/models/repositories/note.ts * add comment
* refactor: Use ESM (#8358)syuilo2022-02-271-2/+2
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refactoringsyuilo2021-11-121-0/+40
Resolve #7779