-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
Milestone
Description
- Gitea version (or commit ref): master
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
Description
If gravatar is enabled, but no federated avatar service is used, then the avatar URLs for organizations sometime have misformatted query parameters. This is because we naively append ?s=(size)
to the end of avatar URLs, which may already query parameters. I will have a fix soon.