Stupid questions II: Electric Boogaloo: So, how do I get a the list of servers a user can see? #608
-
Been pouring through the source code for revolt.js and rvmob and haven't found what API call I need to make to get the list of servers that the signed-in user can see. I've looked at revolt.js's |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When you connect to the websocket, you get a |
Beta Was this translation helpful? Give feedback.
When you connect to the websocket, you get a
Ready
event which includes servers and relationships. As far as I'm aware, there's no API route to fetch these yet