From 5e3ea221a80d7498d4939386f072d933e6b23dda Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 15 Jul 2019 13:40:54 -0500 Subject: add `supports_chat` property, rename `adults_only` to `adult_content`, federate the kobolds~ --- app/models/account.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/models') diff --git a/app/models/account.rb b/app/models/account.rb index 7040f138b..8187bc7d9 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -45,9 +45,12 @@ # unlisted :boolean default(FALSE), not null # force_unlisted :boolean default(FALSE), not null # force_sensitive :boolean default(FALSE), not null -# adults_only :boolean default(FALSE), not null +# adult_content :boolean default(FALSE), not null # silenced_at :datetime # suspended_at :datetime +# supports_chat :boolean default(FALSE), not null +# gently :boolean default(FALSE), not null +# kobold :boolean default(FALSE), not null # class Account < ApplicationRecord -- cgit