mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
use png for hubzilla emoji
This commit is contained in:
BIN
images/hubzilla.png
Normal file
BIN
images/hubzilla.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user