logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 726fdbea15009e930ce47faed1e4001b16234a46
parent 77bb0b553062b91a69fbf92ce7540565f098951f
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 13 Mar 2022 10:51:13 +0200

remove "experimental" label from streaming api

Diffstat:

Msrc/components/settings_modal/tabs/general_tab.vue4----
Msrc/i18n/en.json1-
2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue @@ -50,10 +50,6 @@ expert="1" > {{ $t('settings.useStreamingApi') }} - <br> - <small> - {{ $t('settings.useStreamingApiWarning') }} - </small> </BooleanSetting> </li> <li> diff --git a/src/i18n/en.json b/src/i18n/en.json @@ -476,7 +476,6 @@ "streaming": "Automatically show new posts when scrolled to the top", "user_mutes": "Users", "useStreamingApi": "Receive posts and notifications real-time", - "useStreamingApiWarning": "(Not recommended, experimental, known to skip posts)", "text": "Text", "theme": "Theme", "theme_help": "Use hex color codes (#rrggbb) to customize your color theme.",