summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/common/generate-muted-user-query.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* なんかもうめっちゃ変えたsyuilo2022-09-181-57/+0
|
* fix(server): cannot show userssyuilo2022-06-301-20/+1
|
* fix: always respect instance mutes (#8854)Johann1502022-06-251-5/+41
| | | | | | | | | * fix: muted user query also checks instances This way it can be ensured that the instance mute is used everywhere it is required without checking the whole codebase again. Muted users and muted instances should be used together anyways. * fix lint
* 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