mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
fix streaming
This commit is contained in:
parent
78d4ea5c1f
commit
97c6270eff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "misskey",
|
||||
"version": "12.118.1-calc.rc.5.1",
|
||||
"version": "12.118.1-calc.rc.6",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -30,7 +30,7 @@ export default class extends Channel {
|
||||
// フォローしているチャンネルの投稿 の場合だけ
|
||||
const meta = await fetchMeta();
|
||||
if (!(
|
||||
((note.user.host == null || meta.recommendedInstances.includes(note.user.host)) && note.visibility === 'public')
|
||||
((note.user.host != null && meta.recommendedInstances.includes(note.user.host)) && note.visibility === 'public')
|
||||
)) return;
|
||||
|
||||
// Ignore notes from instances the user has muted
|
||||
|
Loading…
Reference in New Issue
Block a user