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