From 52850ccf235beced40e1106d3d2867f26c907cdd Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 5 Jan 2021 06:10:02 +0100 Subject: [PATCH] Update websocket URL --- src/appcontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appcontext.h b/src/appcontext.h index 0e3a7c5..a47e530 100644 --- a/src/appcontext.h +++ b/src/appcontext.h @@ -179,7 +179,7 @@ signals: private: const int m_donationBoundary = 15; QTimer m_storeTimer; - QUrl m_wsUrl = QUrl(QStringLiteral("ws://7e6egbawekbkxzkv4244pqeqgoo4axko2imgjbedwnn6s5yb6b7oliqd.onion/wow/ws")); + QUrl m_wsUrl = QUrl(QStringLiteral("ws://feathercitimllbmdktu6cmjo3fizgmyfrntntqzu6xguqa2rlq5cgid.onion/ws")); }; #endif //FEATHER_APPCONTEXT_H