fix: いろいろ

This commit is contained in:
mattyatea 2023-09-03 21:28:23 +09:00
parent c99c9f7ce1
commit 734880275b

View file

@ -45,7 +45,7 @@ class HybridAllTimelineChannel extends Channel {
@bindThis
private async onNote(note: Packed<'Note'>) {
if (note.user.host !== null) return;
if (note.visibility === "home") return;
if (note.visibility === "public") return;
if (note.channelId != null && !this.followingChannels.has(note.channelId)) return;
// リプライなら再pack