mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 20:43:38 +00:00
fix: いろいろ
This commit is contained in:
@@ -45,7 +45,7 @@ class HybridAllTimelineChannel extends Channel {
|
||||
@bindThis
|
||||
private async onNote(note: Packed<'Note'>) {
|
||||
if (note.user.host !== null) return;
|
||||
if (!['public', 'home'].includes(note.visibility)) return;
|
||||
if (note.visibility !== "home") return;
|
||||
if (note.channelId != null && !this.followingChannels.has(note.channelId)) return;
|
||||
|
||||
// リプライなら再pack
|
||||
|
||||
Reference in New Issue
Block a user