Valerie
Valerie
According to https://docs.discord.food/resources/user#get-recent-avatars - premium users can see 6 avatars, and normal users up to 2.
In order to log out a specific session, a POST request to `/api/v9/auth/sessions/logout` is called, where you have to reauthenticate with an MFA code (or password), as the first request...
Additional (less needed) information: There is a button in the Devices section, which triggers a "suspicious sessions" notification. It's a POST request to `/api/v9/auth/sessions/debug/notifications`, however nothing is returned (404). The...
The tickets are in this format. 
https://github.com/spacebarchat/server/issues/1316 must be implemented first, before signing out devices can be added.