This commit is contained in:
parent
7f9a35d7ac
commit
22e79675ad
16 changed files with 205 additions and 66 deletions
|
|
@ -135,6 +135,12 @@ export default Vue.extend({
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (this.$store.state.settings.showLocalRenotes === false) {
|
||||
if (isPureRenote && (note.renote.user.host == null)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
//#endregion
|
||||
|
||||
// 投稿が自分のものではないかつ、タブが非表示またはスクロール位置が最上部ではないならタイトルで通知
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue