From c55ced09d98b21511ad20bf2925be9630a4968a8 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 9 Feb 2023 10:11:37 +0000 Subject: [PATCH] chore: default reactions on --- 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 9bb5bd29..4e408b73 100644 --- a/src/State/Login.ts +++ b/src/State/Login.ts @@ -175,7 +175,7 @@ export const InitState = { dms: [], dmInteraction: 0, preferences: { - enableReactions: false, + enableReactions: true, autoLoadMedia: "follows-only", theme: "system", confirmReposts: false,