diff options
| -rw-r--r-- | html.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1255,8 +1255,8 @@ xs_html *html_entry_controls(snac *snac, char *actor, const xs_dict *msg, const | |||
| 1255 | } | 1255 | } |
| 1256 | 1256 | ||
| 1257 | if (is_msg_public(msg)) { | 1257 | if (is_msg_public(msg)) { |
| 1258 | if (strcmp(actor, snac->actor) == 0 || xs_list_in(boosts, snac->md5) == -1) { | 1258 | if (xs_list_in(boosts, snac->md5) == -1) { |
| 1259 | /* not already boosted or us; add button */ | 1259 | /* not already boosted; add button */ |
| 1260 | xs_html_add(form, | 1260 | xs_html_add(form, |
| 1261 | html_button("boost", L("Boost"), L("Announce this post to your followers"))); | 1261 | html_button("boost", L("Boost"), L("Announce this post to your followers"))); |
| 1262 | } | 1262 | } |