From e266eda682fe02bd3aba8b751228974c9f7573ed Mon Sep 17 00:00:00 2001 From: rxdn <29165304+rxdn@users.noreply.github.com> Date: Wed, 13 Sep 2023 02:22:27 +0100 Subject: [PATCH] Remove beta tag from thread mode --- frontend/src/components/manage/SettingsCard.svelte | 5 +---- go.sum | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/components/manage/SettingsCard.svelte b/frontend/src/components/manage/SettingsCard.svelte index 6593ae1..105d036 100644 --- a/frontend/src/components/manage/SettingsCard.svelte +++ b/frontend/src/components/manage/SettingsCard.svelte @@ -27,10 +27,7 @@ - - Thread Mode - Beta - + Thread Mode
diff --git a/go.sum b/go.sum index 11496e7..bb5a3c5 100644 --- a/go.sum +++ b/go.sum @@ -53,10 +53,6 @@ github.com/TicketsBot/logarchiver v0.0.0-20220326162808-cdf0310f5e1c h1:OqGjFH6m github.com/TicketsBot/logarchiver v0.0.0-20220326162808-cdf0310f5e1c/go.mod h1:jgi2OXQKsd5nUnTIRkwvPmeuD/i7OhN68LKMssuQY1c= github.com/TicketsBot/ttlcache v1.6.1-0.20200405150101-acc18e37b261 h1:NHD5GB6cjlkpZFjC76Yli2S63/J2nhr8MuE6KlYJpQM= github.com/TicketsBot/ttlcache v1.6.1-0.20200405150101-acc18e37b261/go.mod h1:2zPxDAN2TAPpxUPjxszjs3QFKreKrQh5al/R3cMXmYk= -github.com/TicketsBot/worker v0.0.0-20230912230235-11b0d81ce899 h1:wRS6ULtJpvi/VCYOM3TqtCvgvRqOGCoABF47JV/GMhc= -github.com/TicketsBot/worker v0.0.0-20230912230235-11b0d81ce899/go.mod h1:dL2waN1p4NaY21lD3NByvrYlgZ2KHVy8VgZaDAZDdSw= -github.com/TicketsBot/worker v0.0.0-20230913011223-524fc33d8c66 h1:10fUQPT6C4Ear+oq1LHGwgcqMmxFG0d+E5LiPH7s5j0= -github.com/TicketsBot/worker v0.0.0-20230913011223-524fc33d8c66/go.mod h1:GSQxOsd1HS5tQE2tqGAdYUwZsIDOaYYsLBgNI+fRZ08= github.com/TicketsBot/worker v0.0.0-20230913011504-268527c33489 h1:usE+mwjUBZ43truAqeH2/AISRCYkB5wLyWZojcyho34= github.com/TicketsBot/worker v0.0.0-20230913011504-268527c33489/go.mod h1:GSQxOsd1HS5tQE2tqGAdYUwZsIDOaYYsLBgNI+fRZ08= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=