diff options
| author | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-03-01 00:35:00 +0300 |
|---|---|---|
| committer | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-03-01 01:00:38 +0300 |
| commit | 2b7f12613ec04e3ce8be62b169457ad62aa83a65 (patch) | |
| tree | 50d6b6779c9e4aa14ada4dd6b3fa7df38a878736 /src/boot | |
| parent | fe0ed7e8f0941195547b924f99f6c0be707bf964 (diff) | |
Add bot indication to user icon on statuses
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/after_store.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/after_store.js b/src/boot/after_store.js index cc0c7c5e..c4a0a800 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -115,6 +115,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => { copyInstanceOption('nsfwCensorImage') copyInstanceOption('background') copyInstanceOption('hidePostStats') + copyInstanceOption('hideBotIndication') copyInstanceOption('hideUserStats') copyInstanceOption('hideFilteredStatuses') copyInstanceOption('logo') |
