mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
sync up bubble timeline endpoint and stream
This commit is contained in:
parent
d2c2a82b76
commit
a7069c51b2
1 changed files with 0 additions and 2 deletions
|
@ -57,9 +57,7 @@ class BubbleTimelineChannel extends Channel {
|
||||||
|
|
||||||
if (note.visibility !== 'public') return;
|
if (note.visibility !== 'public') return;
|
||||||
if (note.channelId != null) return;
|
if (note.channelId != null) return;
|
||||||
if (note.user.host == null) return;
|
|
||||||
if (!this.utilityService.isBubbledHost(note.user.host)) return;
|
if (!this.utilityService.isBubbledHost(note.user.host)) return;
|
||||||
if (note.user.requireSigninToViewContents && this.user == null) return;
|
|
||||||
|
|
||||||
if (isRenotePacked(note) && !isQuotePacked(note) && !this.withRenotes) return;
|
if (isRenotePacked(note) && !isQuotePacked(note) && !this.withRenotes) return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue