This commit is contained in:
syuilo
2023-10-01 20:38:18 +09:00
parent 3dd3c69303
commit 783a97fe06
3 changed files with 15 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
// ミュート等考慮
timeline = timeline.filter(note => {
// TODO: インスタンスミュートの考慮
// TODO: ブロックの考慮
if (note.userId === me.id) {
return true;