aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Models/User.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/Models/User.swift')
-rw-r--r--Hotline/Models/User.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/Models/User.swift b/Hotline/Models/User.swift
index 9011e56..1a921e2 100644
--- a/Hotline/Models/User.swift
+++ b/Hotline/Models/User.swift
@@ -1,7 +1,7 @@
import SwiftUI
struct UserStatus: OptionSet {
- let rawValue: Int
+ let rawValue: UInt
static let idle = UserStatus(rawValue: 1 << 0)
static let admin = UserStatus(rawValue: 1 << 1)