Set false as default value of mentions marker

This commit is contained in:
AkiraFukushima 2022-04-10 15:05:09 +09:00
parent 1a55578054
commit 966c227271
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const unreadNotification: UnreadNotification = {
const useMarker: UseMarker = {
home: false,
notifications: true,
mentions: true
mentions: false
}
const timeline: Timeline = {