Explorar el Código

Merge branch 'develop' of Mastodon/bots into main

Pablo Yaksic hace 1 semana
padre
commit
25d9292afd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/agents/video-streams/index.ts

+ 1 - 1
src/agents/video-streams/index.ts

@@ -63,7 +63,7 @@ export default class VideoStreams {
 
   private buildMessage(stream: IStreamConfig): string {
     let message = `${Emojis.VIDEO_CAMERA} Transmisión en vivo desde ${stream.location}`;
-    // message += `\n\n${Emojis.LINK} ${stream.url}`;
+    message += `\n\n${Emojis.LINK} ${stream.url}`;
 
     if (stream.hashtags.length > 0) {
       message += `\n\n${stream.hashtags.map((hashtag) => `#${hashtag}`).join(" ")}`;