|
@@ -1374,7 +1374,7 @@ xs_str *html_entry(snac *user, xs_str *os, const xs_dict *msg, int local,
|
|
|
|
|
|
|
|
|
const char *audience = xs_dict_get(msg, "audience");
|
|
|
- if (!xs_is_null(audience)) {
|
|
|
+ if (strcmp(type, "Page") == 0 && !xs_is_null(audience)) {
|
|
|
xs *es1 = encode_html(audience);
|
|
|
xs *s1 = xs_fmt("<p>(<a href=\"%s\" title=\"%s\">%s</a>)</p>\n",
|
|
|
audience, L("Source channel or community"), es1);
|