Use shaka instead of heart.
This commit is contained in:
parent
bb680be9b7
commit
378af1dcac
4 changed files with 4 additions and 3 deletions
|
@ -58,7 +58,7 @@ function click_toggle_like(el) {
|
|||
delete_post(el.dataset.reactionId);
|
||||
return;
|
||||
}
|
||||
send_reply(R_HEART, el.dataset.reactingTo);
|
||||
send_reply(R_SHAKA, el.dataset.reactingTo);
|
||||
}
|
||||
|
||||
/* open_media_preview presents a modal to display an image via "url".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue