Skip to content

bugfix: make profile picture reactive

Matthieu Fesselier requested to merge bugfix/profile-picture-reactivity into master

Actually the problem of reactivity is that the context given directly as JSON in an attribute is not working. I propose this version which seems to work better.

I tried locally and the server returns the old image url, so it does not update properly (probably just a cache issue), but then you don't have the default avatar anymore after an update

Merge request reports