fix: issue where dnd and focus were swapped in order
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
f942218b6a
commit
3310e85adc
|
|
@ -28,8 +28,8 @@ import chat.revolt.api.schemas.AutumnResource
|
|||
enum class Presence {
|
||||
Online,
|
||||
Idle,
|
||||
Dnd,
|
||||
Focus,
|
||||
Dnd,
|
||||
Offline
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue