rexim 4 ani în urmă
părinte
comite
dc6c92fa1d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/emote_downloader.cpp

+ 1 - 1
src/emote_downloader.cpp

@@ -597,7 +597,7 @@ int main(int argc, char **argv)
         if(still_alive) curl_multi_wait(cm, NULL, 0, 1000, NULL);
         if(still_alive) curl_multi_wait(cm, NULL, 0, 1000, NULL);
     } while (still_alive || (transfers < downloads.size));
     } while (still_alive || (transfers < downloads.size));
 
 
-    // TODO: emote_downloader should download and setup the twitter emoji pack
+    // TODO(#156): emote_downloader should download and setup the twitter emoji pack
     // Twitter Emoji Pack: https://twemoji.twitter.com/
     // Twitter Emoji Pack: https://twemoji.twitter.com/
 
 
     return 0;
     return 0;