-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Bug: 8 of my organisations refers to the same avatarID #14199
Comments
I feel like this could be related to #14176, at the very least be caused by something similar |
Every new organisation overwrites the one Avatar ID with the new binary data. Looks like the bug was first in Gitea 1.13.0. |
I think this is related with #13649 . On explore page, -<img class="ui avatar image" src="{{.RelAvatarLink}}">
+ {{avatar .}} Something maybe wrong, After I updated We can do both things,
|
Should be fixed by #14217. |
Will the fix repair the affected organisations? In which release will be the fix available? |
@somera Will be the incoming v1.13.2 |
Thx. I updated to 1.13.2. And what I should do, to repair the affected organisations? Cause 57 have the same avatar. |
@somera I think you can try |
[x]
):Description
Today my gitea instance "lost" some avatars. Just started my server and started uodate mirrors task. During the process I created new organisation. Avatar was shown. Than I mirrored some projects to the new organisation and that I see:
And in the gitea.log I see for every missing avatar the same Avatar ID
During the update mirrors task I deleted an empty organisation.
Looks like all the organizations has the same avatar. Cause after I added new organisation the avatar with the ID d41d8cd98f00b204e9800998ecf8427e was created and all the 8 organisations refers to the same avatar ID.
The text was updated successfully, but these errors were encountered: