collapse statuses with CWs by default (#157)

Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/157
This commit is contained in:
floatingghost 2022-09-06 17:00:15 +00:00
parent bd868e47de
commit 6084cbbb00
3 changed files with 10 additions and 10 deletions

View file

@ -17,7 +17,7 @@ const defaultState = {
defaultAvatar: '/images/avi.png',
defaultBanner: '/images/banner.png',
background: '/static/aurora_borealis.jpg',
collapseMessageWithSubject: false,
collapseMessageWithSubject: true,
greentext: false,
useAtIcon: false,
mentionLinkDisplay: 'short',