mirror of
https://example.com
synced 2024-11-22 11:56:38 +09:00
feat: show replies in timelines by default
This commit is contained in:
parent
5592511956
commit
ee08c29549
2 changed files with 3 additions and 2 deletions
|
@ -32,6 +32,7 @@
|
|||
|
||||
## 細かい変更点
|
||||
|
||||
- タイムラインにリプライを表示する設定をデフォルトで有効に
|
||||
- 未読通知のタブをリアクションの通知を表示するタブに変更
|
||||
- 未読のタブ、使ってる人いる?
|
||||
- MFM チートシートのボタンを投稿画面から左下のヘルプメニューに移動
|
||||
|
|
|
@ -338,8 +338,8 @@ export const defaultStore = markRaw(
|
|||
default: true,
|
||||
},
|
||||
showTimelineReplies: {
|
||||
where: "device",
|
||||
default: false,
|
||||
where: "deviceAccount",
|
||||
default: true,
|
||||
},
|
||||
showPreviewByDefault: {
|
||||
where: "deviceAccount",
|
||||
|
|
Loading…
Reference in a new issue