forked from shadowfacts/Tusker
Fix mute account time not being 1 week
This commit is contained in:
parent
8896bfbc59
commit
8d56a6450e
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue