Przeglądaj źródła

Show the mentioned people after a CC:.

default 3 lat temu
rodzic
commit
029367f7cc
1 zmienionych plików z 5 dodań i 0 usunięć
  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;
 }