You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So apparently the focus presence isn't defined in the api.patch function, returning a typeerror since it doesn't match "Online" | "Idle" | "Busy" | "Invisible" | undefined | null.
But when testing, It does indeed change the status to Focus.
The text was updated successfully, but these errors were encountered:
What happened?
So apparently the focus presence isn't defined in the api.patch function, returning a typeerror since it doesn't match
"Online" | "Idle" | "Busy" | "Invisible" | undefined | null
.But when testing, It does indeed change the status to Focus.
The text was updated successfully, but these errors were encountered: