Add dissubscribable config

This commit is contained in:
KMY 2023-04-24 09:12:17 +09:00
parent 7faaee5f0e
commit 306d8c358a
15 changed files with 49 additions and 6 deletions

View file

@ -52,6 +52,7 @@
# requested_review_at :datetime
# group_allow_private_message :boolean
# searchability :integer default("private"), not null
# dissubscribable :boolean default(FALSE), not null
#
class Account < ApplicationRecord