use png for hubzilla emoji

This commit is contained in:
Mario
2025-04-04 07:15:23 +00:00
parent e11035acf4
commit 484971c90a
2 changed files with 1 additions and 1 deletions

BIN
images/hubzilla.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -1286,7 +1286,7 @@ function get_emojis() {
'winking_face_with_tongue' => ['shortname' => ':winking_face_with_tongue:', 'filepath' => 'images/emoji/winking_face_with_tongue.png'],
'facepalm' => ['shortname' => ':facepalm:', 'filepath' => 'images/emoticons/smiley-facepalm.gif'],
'hubzilla' => ['shortname' => ':hubzilla:', 'filepath' => 'images/hubzilla.svg']
'hubzilla' => ['shortname' => ':hubzilla:', 'filepath' => 'images/hubzilla.png']
];
call_hooks('get_emojis', $emojis);