Fix mute account time not being 1 week

This commit is contained in:
Shadowfacts 2022-12-02 21:39:05 -05:00
parent 8896bfbc59
commit 8d56a6450e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ struct MuteAccountView: View {
6 * 60 * 60,
24 * 60 * 60,
3 * 24 * 60 * 60,
7 * 60 * 60 * 60,
7 * 24 * 60 * 60,
]
return [
.init(value: 0, title: "Forever")