fix: いろいろ
This commit is contained in:
parent
c99c9f7ce1
commit
734880275b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class HybridAllTimelineChannel extends Channel {
|
||||||
@bindThis
|
@bindThis
|
||||||
private async onNote(note: Packed<'Note'>) {
|
private async onNote(note: Packed<'Note'>) {
|
||||||
if (note.user.host !== null) return;
|
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;
|
if (note.channelId != null && !this.followingChannels.has(note.channelId)) return;
|
||||||
|
|
||||||
// リプライなら再pack
|
// リプライなら再pack
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue