mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 06:32:26 -05:00
[chore/frontend] Use smaller webp images for logo and default avatars (#3119)
This commit is contained in:
parent
50c9b5498b
commit
ad700c5029
34 changed files with 139 additions and 136 deletions
|
|
@ -85,8 +85,8 @@ func (suite *StatusUpdateTestSuite) 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue