Skip to content

Commit

Permalink
Update pkg/timeline/adaptor/repository/dummy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mikuroさいな <ryosukadnak@gmail.com>
  • Loading branch information
laminne and MikuroXina authored Jul 17, 2024
1 parent 7fe5466 commit 9b033a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/timeline/adaptor/repository/dummy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class InMemoryTimelineRepository implements TimelineRepository {
(note) => note[1].getAuthorID() === accountId,
);

// NOTE: filter DIRECT notes
// NOTE: filter out DIRECT notes
const filtered = accountNotes.filter(
(note) => note[1].getVisibility() !== 'DIRECT',
);
Expand Down

0 comments on commit 9b033a3

Please sign in to comment.