From 7fbca648df55438ecc0fb11b75499386ef67b7ef Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sun, 13 Oct 2024 13:53:24 +0200 Subject: [PATCH] Always show timestamps by default --- matrix-react-sdk | 2 +- ...20-Always-show-timestamps-by-default.patch | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 patches/matrix-react-sdk/0020-Always-show-timestamps-by-default.patch diff --git a/matrix-react-sdk b/matrix-react-sdk index d8699bf..ed9cc5c 160000 --- a/matrix-react-sdk +++ b/matrix-react-sdk @@ -1 +1 @@ -Subproject commit d8699bf1f31e411b5386554110859e85520957fb +Subproject commit ed9cc5c53cea9611099618761ab0646c2508114e diff --git a/patches/matrix-react-sdk/0020-Always-show-timestamps-by-default.patch b/patches/matrix-react-sdk/0020-Always-show-timestamps-by-default.patch new file mode 100644 index 0000000..e5743cf --- /dev/null +++ b/patches/matrix-react-sdk/0020-Always-show-timestamps-by-default.patch @@ -0,0 +1,25 @@ +From ed9cc5c53cea9611099618761ab0646c2508114e Mon Sep 17 00:00:00 2001 +From: SpiritCroc +Date: Sun, 13 Oct 2024 13:53:07 +0200 +Subject: Always show timestamps by default + +--- + src/settings/Settings.tsx | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx +index be4433e1bc..1052bca0c9 100644 +--- a/src/settings/Settings.tsx ++++ b/src/settings/Settings.tsx +@@ -662,7 +662,7 @@ export const SETTINGS: { [setting: string]: ISetting } = { + "alwaysShowTimestamps": { + supportedLevels: LEVELS_ACCOUNT_SETTINGS, + displayName: _td("settings|always_show_message_timestamps"), +- default: false, ++ default: true, + }, + "userTimezone": { + supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS, +-- +2.47.0 +