mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-05 21:41:35 +01:00
chore: set default poll duration to 1 Day
This commit is contained in:
parent
921e850350
commit
3114dd9431
@ -59,8 +59,7 @@ extension ComposeStatusPollItem {
|
||||
final class PollExpiresOptionAttribute: Equatable, Hashable {
|
||||
private let id = UUID()
|
||||
|
||||
let expiresOption = CurrentValueSubject<ExpiresOption, Never>(.thirtyMinutes)
|
||||
|
||||
let expiresOption = CurrentValueSubject<ExpiresOption, Never>(.oneDay)
|
||||
|
||||
static func == (lhs: PollExpiresOptionAttribute, rhs: PollExpiresOptionAttribute) -> Bool {
|
||||
return lhs.id == rhs.id &&
|
||||
|
Loading…
Reference in New Issue
Block a user