0
0
Fork 0

Fix #1339 - better Atom titles (#1343)

This commit is contained in:
Eugen 2017-04-09 20:55:54 +02:00 committed by GitHub
parent 15d442cf9d
commit c172919745
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ class Status < ApplicationRecord
end
def title
content
reblog? ? "#{account.acct} shared a status by #{reblog.account.acct}" : "New status by #{account.acct}"
end
def hidden?