diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-19 07:30:06 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-19 07:30:06 -0500 |
commit | 44e204613d9b0e7d5003f36c77c899b3cca0da41 (patch) | |
tree | 9a51323d332c2116415640bf767941f929a195f4 | |
parent | e80921bf836d9a45991e5a8b1b3fe24aabb565f2 (diff) |
remove aliases of old of kobold prefs from account model
-rw-r--r-- | app/models/account.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/account.rb b/app/models/account.rb index d30c2a9ec..778b3fcbb 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -137,9 +137,6 @@ class Account < ApplicationRecord :hides_stats?, :shows_application?, - :gentlies_kobolds?, - :is_a_kobold?, - :hides_replies_of_muted?, :hides_replies_of_blocked?, :hides_replies_of_blocker?, |