scalableminds / chatroom

React-based Chatroom Component for Rasa Stack
https://npm-scalableminds.s3.eu-central-1.amazonaws.com/@scalableminds/chatroom@master/demo.html
GNU Affero General Public License v3.0
307 stars 207 forks source link

image not refreshed correctly #140

Open williamwongys opened 4 years ago

williamwongys commented 4 years ago

I passed updated image from custom action to chatroom, but every time the same image is being displayed instead of the new image. I have checked the png file, it is the latest. I suspect chatroom caches the image instead of retrieving from the disk again. Is there any way I could force retrieval of the image again?

hotzenklotz commented 4 years ago

I don't think we cache anything. Have you ruled out and browser caches? Or server-side caches.