Display photo emoji on past image posts

This commit is contained in:
2023-04-07 13:50:36 +10:00
parent 0b2432fd60
commit b3788b969e

View File

@@ -39,7 +39,13 @@ module Adamantium
end
def prefix_emoji
name ? "" : "💬"
if name
""
elsif photos? && content == ""
"📷"
else
"💬"
end
end
def display_title