Webhook profile pictures not updating
theyugin opened this issue ยท 4 comments
After a player changes his skin, webhook profile picture doesn't update, even after server restart. Options for webhooks I am using are:
Experiment_WebhookChatMessageDelivery: true Experiment_MCDiscordReserializer: true WebhookAvatarsAre3d: true
So, there is no way of fixing it on my side? Just waiting for cache to become old enough for it to update, correct?
Not sure what version you're on but the url is configurable in latest builds ( https://snapshot.discordsrv.com/), but other apis will probably have similar levels of caching.
There's probably little you can do unfortunately; waiting for your local discord cache to expire or adding #{timestamp}
at the end of the avatar url are your current available options.
Alright, thanks for quick reply, will close it then. Version of DiscordSRV was 1.17.1, which is latest publicly available.