Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update discord images #176

Open
walkingeyerobot opened this issue Aug 21, 2020 · 0 comments
Open

update discord images #176

walkingeyerobot opened this issue Aug 21, 2020 · 0 comments
Labels
server Something that Mitch needs to do

Comments

@walkingeyerobot
Copy link
Owner

if a user updates their image, their old image will 404. If this happens, the client should tell the server that it 404'd, the server should then verify that it does and then request a new url from discord, and then inform the client of the new url. Limit this to one request at a time per user image.

What we don't want is the server constantly asking discord for new images, and we don't want to give the client the ability to have the server repeatedly asking discord for new images.

I don't actually know the correct way to do this. I'm guessing.

I'm giving this the server label only. Once the server work is done, we can hand it to the client for changes on that side.

@walkingeyerobot walkingeyerobot added the server Something that Mitch needs to do label Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Something that Mitch needs to do
Projects
None yet
Development

No branches or pull requests

1 participant