Skip to content

Commit

Permalink
Merge pull request #1143 from spacebarchat/feat/update-default-avatars
Browse files Browse the repository at this point in the history
update default avatars
  • Loading branch information
Puyodead1 authored Jul 15, 2024
2 parents 22afbf6 + 9f049cb commit 37559d5
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 6 deletions.
Binary file removed assets/public/0c8138dcc0dfe2689cdd73f7952c2475.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/public/5ac2728593bb455250d11b848a0c36c6.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/public/823a3de61c4dc2415cc4dbc38fca4299.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/public/addd2f3268df46459e1d6012ad8e75bd.png
Binary file not shown.
Binary file removed assets/public/c4e0c8300fa491d94acfd2a1fb26cea8.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/public/e56a89224be0b2b1f7c04eca975be468.png
Binary file not shown.
12 changes: 6 additions & 6 deletions src/cdn/routes/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ import { HTTPError } from "lambert-server";
import { join } from "path";

const defaultAvatarHashMap = new Map([
["0", "823a3de61c4dc2415cc4dbc38fca4299"],
["1", "e56a89224be0b2b1f7c04eca975be468"],
["2", "0c8138dcc0dfe2689cdd73f7952c2475"],
["3", "5ac2728593bb455250d11b848a0c36c6"],
["4", "addd2f3268df46459e1d6012ad8e75bd"],
["5", "c4e0c8300fa491d94acfd2a1fb26cea8"],
["0", "4a8562cf00887030c416d3ec2d46385a"],
["1", "9b0bb198936784c45c72833cc426cc55"],
["2", "22341bdb500c7b63a93bbce957d1601e"],
["3", "d9977836b82058bf2f74eebd50edc095"],
["4", "9d6ddb4e4d899a533a8cc617011351c9"],
["5", "7213ab6677377974697dfdfbaf5f6a6f"],
]);

const defaultGroupDMAvatarHashMap = new Map([
Expand Down

0 comments on commit 37559d5

Please sign in to comment.