Use shaka instead of heart.

This commit is contained in:
Thomas Mathews 2023-01-27 10:47:44 -08:00
parent bb680be9b7
commit 378af1dcac
4 changed files with 4 additions and 3 deletions

View file

@ -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".