Skip to content

Commit

Permalink
Link to the episode before the chapters in Zulip messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Nov 8, 2024
1 parent 622dfe3 commit bf0bc86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/changelog/zulip/messages.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ defmodule Changelog.Zulip.Messages do

def new_episode(episode) do
[
episode.summary,
chapters(episode.audio_chapters),
"🔗 #{EpisodeView.share_url(episode)}"
"#{episode.summary} 🔗 #{EpisodeView.share_url(episode)}",
chapters(episode.audio_chapters)
]
|> ListKit.compact_join("\n\n")
end
Expand Down

0 comments on commit bf0bc86

Please sign in to comment.