« get me outta code hell

always enable artist avatars - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-03-05 21:38:29 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-03-05 21:38:29 -0400
commitc235939a92104dd1083f40fc0344d9cca45cfb98 (patch)
tree3b607e167b4bb76097114204a489501dae0ca914
parent3bbeea69c6356edd5792ac7898b9623c2e1519de (diff)
always enable artist avatars
-rw-r--r--src/data/things.js1
-rwxr-xr-xsrc/upd8.js1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/data/things.js b/src/data/things.js
index 16970af..941ef2f 100644
--- a/src/data/things.js
+++ b/src/data/things.js
@@ -1250,7 +1250,6 @@ WikiInfo.propertyDescriptors = {
 
     // Feature toggles
 
-    enableArtistAvatars: Thing.common.flag(false),
     enableFlashesAndGames: Thing.common.flag(false),
     enableListings: Thing.common.flag(false),
     enableNews: Thing.common.flag(false),
diff --git a/src/upd8.js b/src/upd8.js
index e946ca2..5cccf09 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -1169,7 +1169,6 @@ const processWikiInfoDocument = makeProcessDocument(WikiInfo, {
         footerContent: 'Footer Content',
         defaultLanguage: 'Default Language',
         canonicalBase: 'Canonical Base',
-        enableArtistAvatars: 'Enable Artist Avatars',
         enableFlashesAndGames: 'Enable Flashes & Games',
         enableListings: 'Enable Listings',
         enableNews: 'Enable News',