diff options
author | Jordan Bracco <href@random.sh> | 2025-06-25 16:34:42 +0200 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2025-06-25 16:34:42 +0200 |
commit | ec067051c492e5b1c74e3c66047e02796b0fa75e (patch) | |
tree | f47b40b929fedc659ebe3e3ec5eef70edc506e74 /lib/plugins/link/reddit.ex | |
parent | remove native markov which sucked anyway (diff) |
old link work
Diffstat (limited to '')
-rw-r--r-- | lib/plugins/link/reddit.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/link/reddit.ex b/lib/plugins/link/reddit.ex index 016e025..707e284 100644 --- a/lib/plugins/link/reddit.ex +++ b/lib/plugins/link/reddit.ex @@ -108,7 +108,7 @@ defmodule Nola.Plugins.Link.Reddit do end title = "#{nsfw}#{sr}: #{flair}#{Map.get(op, "title")}" state_str = if(state, do: "#{state}, ") - content = "by u/#{Map.get(op, "author")} - #{state_str}#{up} up, #{down} down, #{comments} comments - #{self_str}" + content = "by u/#{Map.get(op, "author")} - #{state_str}#{up} up, #{comments} comments - #{self_str}" {:ok, [title, content]} err -> |