commit 06c838b523d2531aaef66b7b9d075be1189996a4
parent 30274e227fac9bd0e58fc961f517cf56fdad48b3
Author: default <nobody@localhost>
Date: Thu, 20 Oct 2022 14:26:34 +0200
Updated LICENSE.
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/LICENSE b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2022 grunfink
+Copyright (c) 2022 grunfink (Fediverse: @grunfink@comam.es)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/html.c b/html.c
@@ -479,6 +479,8 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, xs_set *seen, int local, i
int likes = xs_list_len(xs_dict_get(meta, "liked_by"));
int boosts = xs_list_len(xs_dict_get(meta, "announced_by"));
+ /* alternate emojis: %d 👍 %d 🔁 */
+
xs *s1 = xs_fmt(
"<div class=\"snac-score\">%d ★ %d ↺</div>\n",
likes, boosts);