diff --git a/files/assets/emojis.json b/files/assets/emojis.json index f6c39a2ee..eb0102616 100644 --- a/files/assets/emojis.json +++ b/files/assets/emojis.json @@ -953,5 +953,6 @@ {"name":"chuckbuddy","class":"Misc"}, {"name":"soren","class":"Misc"}, {"name":"upsoren","class":"Misc"}, - {"name":"downdonger","class":"Misc"} + {"name":"downdonger","class":"Misc"}, + {"name":"reposthorse","class":"Misc"} ] diff --git a/files/assets/images/emojis/reposthorse.webp b/files/assets/images/emojis/reposthorse.webp new file mode 100644 index 000000000..fb2cedcc9 Binary files /dev/null and b/files/assets/images/emojis/reposthorse.webp differ diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 7ef00a88c..fb79b5a10 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -209,7 +209,7 @@ def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_marseys if torture: sanitized = torture_ap(sanitized, g.v.username) - sanitized += '\n:#trumpjaktalking:' + sanitized += '\n:#trumpjaktalking:' if random.random() >= 0.50 else '\n:#reposthorse:' sanitized = normalize_url(sanitized)