Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkessel committed Jan 28, 2024
1 parent 6406b55 commit c5f00cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions example-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ domain: "server.tld"
# %on = original poster's display name
# %ol = link to original poster user ID
# %m = body of posting
# %b = backlink: original emoji as hyperlink to original post followed by an identifier of the user causing the cross-post
# %e = emoji causing cross-post
# %bl = hyperlink to original post
# %bu = display name of the user who caused the original post
# %bi = link to the cross-poster user ID
# \n = linebreak
template: "[%on](%ol): %m \n\n (%b)"
template: "[%on](%ol): %m \n\n ([%e](%bl) by [%bu](%bi))"

# should messages be reposted to a room if they've already been posted once (default false)
repost: false
Expand Down

0 comments on commit c5f00cc

Please sign in to comment.