Merge commit '9c2d5b534f' into upstream-20250314

This commit is contained in:
KMY 2025-03-14 08:35:27 +09:00
commit 6548462ecb
84 changed files with 1719 additions and 418 deletions

View file

@ -31,6 +31,7 @@
# markdown :boolean default(FALSE)
# limited_scope :integer
# quote_of_id :bigint(8)
# fetched_replies_at :datetime
#
require 'ostruct'
@ -41,6 +42,7 @@ class Status < ApplicationRecord
include Paginable
include RateLimitable
include Status::DomainBlockConcern
include Status::FetchRepliesConcern
include Status::SafeReblogInsert
include Status::SearchConcern
include Status::SnapshotConcern