|
@@ -1523,6 +1523,14 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
|
|
|
xs_html_raw(" 📌 ")));
|
|
|
}
|
|
|
|
|
|
+ if (user && is_bookmarked(user, id)) {
|
|
|
+
|
|
|
+ xs_html_add(score,
|
|
|
+ xs_html_tag("span",
|
|
|
+ xs_html_attr("title", L("Bookmarked")),
|
|
|
+ xs_html_raw(" 🔖 ")));
|
|
|
+ }
|
|
|
+
|
|
|
if (strcmp(type, "Question") == 0) {
|
|
|
|
|
|
xs_html_add(score,
|