Merge tag 'v1.0.5+3.2.0' into hometown-v1.0.5+3.3.0

This commit is contained in:
Darius Kazemi
2021-04-22 16:37:11 -07:00
126 changed files with 2708 additions and 366 deletions

View File

@ -9,6 +9,7 @@
# created_at :datetime not null
# updated_at :datetime not null
# replies_policy :integer default("list"), not null
# is_exclusive :boolean default(FALSE)
#
class List < ApplicationRecord

View File

@ -24,6 +24,7 @@
# poll_id :bigint(8)
# deleted_at :datetime
# local_only :boolean
# activity_pub_type :string
#
class Status < ApplicationRecord