about summary refs log tree commit diff
path: root/app/models/status.rb
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-06-28 06:19:52 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:41:03 -0500
commit25689e5b3992ac1759f7a7f09fe54f7caf1176ae (patch)
tree5d207657bad4ecf26ca25dfe29956e1e0ebb4543 /app/models/status.rb
parent0f26894b065fcb40606bee1faaacd4cdaf8b3cd5 (diff)
[Privacy] Let admins exclude private domains from the public allowlist
Diffstat (limited to 'app/models/status.rb')
-rw-r--r--app/models/status.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/status.rb b/app/models/status.rb
index 594ae98c0..e4d94186e 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -22,7 +22,6 @@
 #  application_id         :bigint(8)
 #  in_reply_to_account_id :bigint(8)
 #  local_only             :boolean
-#  full_status_text       :text             default(""), not null
 #  poll_id                :bigint(8)
 #  content_type           :string
 #  deleted_at             :datetime