[chore/frontend] Use smaller webp images for logo and default avatars (#3119)

This commit is contained in:
tobi
2024-07-20 15:02:22 +02:00
committed by GitHub
parent 50c9b5498b
commit ad700c5029
34 changed files with 139 additions and 136 deletions

View File

@ -74,8 +74,8 @@ func (suite *NotificationTestSuite) TestStreamNotification() {
"url": "http://fossbros-anonymous.io/@foss_satan",
"avatar": "",
"avatar_static": "",
"header": "http://localhost:8080/assets/default_header.png",
"header_static": "http://localhost:8080/assets/default_header.png",
"header": "http://localhost:8080/assets/default_header.webp",
"header_static": "http://localhost:8080/assets/default_header.webp",
"followers_count": 0,
"following_count": 0,
"statuses_count": 3,