Ensure replied-to is a status not a boost (#9129)
* Ensure replied-to is a status not a boost * Consider case of not a reply * Add test case for replying to boost * Move reblog-reply resolution to model * Remove unnecessary comment
This commit is contained in:
parent
180ae0472a
commit
db9aea34de
2 changed files with 15 additions and 0 deletions
|
@ -445,6 +445,8 @@ class Status < ApplicationRecord
|
|||
end
|
||||
|
||||
def set_conversation
|
||||
self.thread = thread.reblog if thread&.reblog?
|
||||
|
||||
self.reply = !(in_reply_to_id.nil? && thread.nil?) unless reply
|
||||
|
||||
if reply? && !thread.nil?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue