Merge branch 'main' into glitch-soc/merge-upstream
- `app/views/statuses/_simple_status.html.haml`: Small markup change in glitch-soc, on a line that has been modified by upstream. Ported upstream changes.
This commit is contained in:
@@ -167,6 +167,10 @@ class Status < ApplicationRecord
|
||||
attributes['local'] || uri.nil?
|
||||
end
|
||||
|
||||
def in_reply_to_local_account?
|
||||
reply? && thread&.account&.local?
|
||||
end
|
||||
|
||||
def reblog?
|
||||
!reblog_of_id.nil?
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user