Skip to content

Commit

Permalink
feat: default to direct notifications
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Sep 13, 2024
1 parent ae030ad commit 820fe6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/context/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
type Status,
Theme,
} from '../types';
import type { ReadState } from '../utils/api/types';
import type { Category, ReadState } from '../utils/api/types';
import type { LoginAPITokenOptions } from '../utils/auth/types';
import {
addAccount,
Expand Down Expand Up @@ -68,7 +68,7 @@ const defaultSystemSettings = {
};

export const defaultFilters = {
filterCategories: [],
filterCategories: ['direct' as Category],
filterReadStates: ['unread' as ReadState],
filterProducts: [],
};
Expand Down

0 comments on commit 820fe6d

Please sign in to comment.