Explorar o código

Don't show polls as 'votable' from the public timeline.

default %!s(int64=2) %!d(string=hai) anos
pai
achega
a658e5d1c7
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      html.c

+ 3 - 0
html.c

@@ -1443,6 +1443,9 @@ xs_html *html_entry(snac *user, xs_dict *msg, int local,
 
         xs_html *poll = xs_html_tag("div", NULL);
 
+        if (local)
+            closed = 1; /* non-identified page; show as closed */
+        else
         if (xs_dict_get(msg, "closed"))
             closed = 2;
         else