Add antenna ignore reboot setting

This commit is contained in:
KMY 2023-05-10 12:37:46 +09:00
parent 7c31932828
commit 1c174a6f7b
8 changed files with 21 additions and 3 deletions

View file

@ -23,6 +23,7 @@
# exclude_accounts :jsonb
# exclude_tags :jsonb
# stl :boolean default(FALSE), not null
# ignore_reblog :boolean default(FALSE), not null
#
class Antenna < ApplicationRecord
include Expireable