aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index e742e94..7b6495b 100644
--- a/html.c
+++ b/html.c
@@ -1839,7 +1839,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
xs_html_raw(" 📌 ")));
}
- if (user && is_bookmarked(user, id)) {
+ if (user && !read_only && is_bookmarked(user, id)) {
/* add a bookmark emoji */
xs_html_add(score,
xs_html_tag("span",