Merge branch 'master' into master

This commit is contained in:
Shel R
2017-04-07 22:21:21 -04:00
committed by GitHub
81 changed files with 979 additions and 400 deletions

View File

@@ -34,10 +34,6 @@ module StreamEntriesHelper
user_signed_in? && @favourited.key?(status.id) ? 'favourited' : ''
end
def proper_status(status)
status.reblog? ? status.reblog : status
end
def rtl?(text)
return false if text.empty?