Display photo emoji on past image posts
This commit is contained in:
@@ -39,7 +39,13 @@ module Adamantium
|
||||
end
|
||||
|
||||
def prefix_emoji
|
||||
name ? "" : "💬"
|
||||
if name
|
||||
""
|
||||
elsif photos? && content == ""
|
||||
"📷"
|
||||
else
|
||||
"💬"
|
||||
end
|
||||
end
|
||||
|
||||
def display_title
|
||||
|
Reference in New Issue
Block a user