mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 16:14:27 -04:00
bug: other users banners dont show up #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @williamcommu on GitHub (May 31, 2022).
What happened?
Solution (but still bad):
**pls use the method used in the https://api.revolt.chat/users/{target}/profile route and integrate it into https://api.revolt.chat/users/{target} if possible. :trollface: **
@insertish commented on GitHub (May 31, 2022):
Profile data is kept separate to reduce bandwidth for sending user data.
@williamcommu commented on GitHub (Jun 1, 2022):
2 quick questions then:
@insertish commented on GitHub (Jun 2, 2022):
I would consider including profile data on own user, but the get profile route always returns banners if they exist(?)
@williamcommu commented on GitHub (Jun 5, 2022):
it always just gives me nothing when i try, which is quite odd but idk