Merge pull request #3261 from h3poteto/iss-574/fix-mentions

Set false as default value of mentions marker
This commit is contained in:
AkiraFukushima 2022-04-10 15:11:12 +09:00 committed by GitHub
commit 36c7c2a631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = {