From fe13f8d68264fd92f19743f364bdeca071832d9f Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 23 Jan 2023 23:26:36 +0000 Subject: [PATCH] chore: default reactions off --- src/State/Login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/State/Login.ts b/src/State/Login.ts index 0af09e6a..23c0a4b6 100644 --- a/src/State/Login.ts +++ b/src/State/Login.ts @@ -111,7 +111,7 @@ const InitState = { dms: [], dmInteraction: 0, preferences: { - enableReactions: true, + enableReactions: false, autoLoadMedia: true, theme: "system", confirmReposts: false,