소스 검색

In build_mentions(), don't add the original poster as a CC.

grunfink 2 달 전
부모
커밋
e21c6ce7f7
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      html.c

+ 4 - 0
html.c

@@ -2045,6 +2045,9 @@ xs_str *build_mentions(snac *user, const xs_dict *msg)
         }
     }
 
+#if 0
+    /* disabled by now */
+
     /* also add the author of this post as a mention */
     const char *atto = get_atto(msg);
 
@@ -2065,6 +2068,7 @@ xs_str *build_mentions(snac *user, const xs_dict *msg)
             }
         }
     }
+#endif
 
     if (*s) {
         xs *s1 = s;