1
0

merge: upstream

This commit is contained in:
Mar0xy
2023-11-22 23:40:27 +01:00
86 changed files with 3938 additions and 2258 deletions
@@ -55,7 +55,7 @@ class LocalTimelineChannel extends Channel {
if (note.user.host !== null) return;
if (note.visibility !== 'public') return;
if (note.channelId != null && !this.followingChannels.has(note.channelId)) return;
if (note.channelId != null) return;
// 関係ない返信は除外
if (note.reply && this.user && !this.following[note.userId]?.withReplies && !this.withReplies) {