Merge remote-tracking branch 'parent/main' into upstream-20231204
This commit is contained in:
commit
94c2396a34
179 changed files with 1036 additions and 775 deletions
|
@ -15,7 +15,7 @@
|
|||
class Conversation < ApplicationRecord
|
||||
validates :uri, uniqueness: true, if: :uri?
|
||||
|
||||
has_many :statuses
|
||||
has_many :statuses, dependent: nil
|
||||
belongs_to :ancestor_status, class_name: 'Status', inverse_of: :owned_conversation, optional: true
|
||||
|
||||
def local?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue