Allow photo posts

This commit is contained in:
2023-01-31 19:58:29 +11:00
parent ccd778ecbb
commit 8cbcd08411
8 changed files with 22 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ module Adamantium
end
end
def photos?
photos.count > 0
end
def prefix_emoji
name ? "📝" : "📯"
end