Disable compact mode

This commit is contained in:
Madeline 2022-07-03 14:59:19 +10:00
parent fcf879980d
commit 117d431685

View File

@ -318,7 +318,7 @@ export const defaultSettings: UserSettings = {
inline_attachment_media: true, inline_attachment_media: true,
inline_embed_media: true, inline_embed_media: true,
locale: "en-US", locale: "en-US",
message_display_compact: true, message_display_compact: false,
native_phone_integration_enabled: true, native_phone_integration_enabled: true,
render_embeds: true, render_embeds: true,
render_reactions: true, render_reactions: true,