Let's consider the situation where I set my presence to "Invisible" in the Revolt client. When we make the API call to https://api.revolt.chat/users/ID_HERE, the API returns "presence": "Invisible" instead of something like "Offline". This could pose a privacy issue for many users.
What happened?
Let's consider the situation where I set my presence to
"Invisible"
in the Revolt client. When we make the API call tohttps://api.revolt.chat/users/ID_HERE
, the API returns"presence": "Invisible"
instead of something like"Offline"
. This could pose a privacy issue for many users.