diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-05-09 12:09:04 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:23 -0500 |
commit | 0782dc390525c5d1db66ea53e1208689c7d0bfcb (patch) | |
tree | c6068c14c3f70e9e26a6575572767c4fbbf35172 /app/models/concerns | |
parent | cb311a274ce32381dbd16fa03874d8dad133d00b (diff) |
Drop remaining OStatus and PuSH code, as well as related database items.
Diffstat (limited to 'app/models/concerns')
-rw-r--r-- | app/models/concerns/account_associations.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/concerns/account_associations.rb b/app/models/concerns/account_associations.rb index ecccaf35e..0c3725e54 100644 --- a/app/models/concerns/account_associations.rb +++ b/app/models/concerns/account_associations.rb @@ -32,9 +32,6 @@ module AccountAssociations has_many :media_attachments, dependent: :destroy has_many :polls, dependent: :destroy - # PuSH subscriptions - has_many :subscriptions, dependent: :destroy - # Report relationships has_many :reports, dependent: :destroy, inverse_of: :account has_many :targeted_reports, class_name: 'Report', foreign_key: :target_account_id, dependent: :destroy, inverse_of: :target_account |