Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

デフォルトで返信表示を有効化する #131

Closed
Sayamame-beans opened this issue Jan 9, 2024 · 5 comments · Fixed by #215
Closed

デフォルトで返信表示を有効化する #131

Sayamame-beans opened this issue Jan 9, 2024 · 5 comments · Fixed by #215
Labels
✨Feature This adds/improves/enhances a feature misskey-side issue This issue should be resolved on upstream niri-la This issue or pull request is related to original features of misskey.niri.la

Comments

@Sayamame-beans
Copy link

概要

LTL等の"TLに他の人への返信を含める"の設定、及び設定(その他)の"フォローする際、デフォルトで返信をTLに含むようにする"をデフォルトで有効化しておいて欲しい。

Related: misskey-dev#12048

目的

Twitterはその仕様なので、Misskeyで挙動が逆なのは分かりづらいです。

@Sayamame-beans Sayamame-beans added the ✨Feature This adds/improves/enhances a feature label Jan 9, 2024
@Sayamame-beans
Copy link
Author

後から来た人にしか効果がなく、既に居る人には作用しないのがかなり微妙ポイントではあります…が、まあこちらで既存ユーザー向けにお知らせ出して対処は出来ます。(migration無しで強制適用は出来るでしょうけど流石にやりたくない)

@Sayamame-beans
Copy link
Author

アカウント作成後、初めに開かれるTLの種類なども変えられると良いですね(ユーザーが多すぎないサーバーでは、HTLではなくLTL/STLが最初に開かれる方が良いかもしれない)
misskey-dev#12952 (comment)

にりみすだとVRTLを開いてるべき?

@Sayamame-beans Sayamame-beans added niri-la This issue or pull request is related to original features of misskey.niri.la misskey-side issue This issue should be resolved on upstream labels Jul 19, 2024
@Sayamame-beans
Copy link
Author

defaultWithReplies: {
where: 'account',
default: false,
},

default: trueでOK

@Sayamame-beans
Copy link
Author

tl: {
where: 'deviceAccount',
default: {
src: 'home' as 'home' | 'local' | 'social' | 'global' | 'vmimi-relay' | 'vmimi-relay-social' | `list:${string}`,
userList: null as Misskey.entities.UserList | null,
filter: {
withReplies: true,
withRenotes: true,
withSensitive: true,
onlyFiles: false,
withLocalOnly: true,
},
},
},

tl.default.srcっぽい

@Sayamame-beans
Copy link
Author

ここがデフォルト値の指定っぽいから、ここで変えておけば新規アカウントのデフォルトが変わる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature This adds/improves/enhances a feature misskey-side issue This issue should be resolved on upstream niri-la This issue or pull request is related to original features of misskey.niri.la
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant