Explorar o código

Show the mentioned people after a CC:.

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

+ 5 - 0
html.c

@@ -416,6 +416,11 @@ d_char *build_mentions(snac *snac, char *msg)
         }
     }
 
+    if (*s) {
+        xs *s1 = s;
+        s = xs_fmt("\n\n\nCC: %s", s1);
+    }
+
     return s;
 }