<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/test/e2e/streaming.ts, branch master</title>
<subtitle>my misskey fork
</subtitle>
<id>http://g.freya.cat/misskey/atom?h=master</id>
<link rel='self' href='http://g.freya.cat/misskey/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/'/>
<updated>2024-07-30T10:44:08Z</updated>
<entry>
<title>自分のフォロワー限定投稿に対するリプライがホームタイムラインで見えないことが有る問題を修正 (#13835)</title>
<updated>2024-07-30T10:44:08Z</updated>
<author>
<name>anatawa12</name>
<email>anatawa12@icloud.com</email>
</author>
<published>2024-07-30T10:44:08Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=8f40f932e4bac6b4a90a464041a00df315a3c693'/>
<id>urn:sha1:8f40f932e4bac6b4a90a464041a00df315a3c693</id>
<content type='text'>
* fix: reply to my follower notes are not shown on the home timeline

* fix: reply to follower note by non-following is on social timeline

* docs: changelog

* test: add endpoint test for changes

* test(e2e): 自分のfollowers投稿に対するリプライが流れる

* test(e2e/streaming): 自分のfollowers投稿に対するリプライが流れる

* test(e2e/streaming): フォローしていないユーザによるフォロワー限定投稿に対するリプライがソーシャルタイムラインで表示されることがある問題

* test(e2e/timelines): try fixing typecheck error

---------

Co-authored-by: Sayamame-beans &lt;61457993+Sayamame-beans@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>細かいミュートの処理の修正 (#13695)</title>
<updated>2024-04-17T05:23:41Z</updated>
<author>
<name>anatawa12</name>
<email>anatawa12@icloud.com</email>
</author>
<published>2024-04-17T05:23:41Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=e423b8ce4b28ecbe4e300fc67389e4def3761eb6'/>
<id>urn:sha1:e423b8ce4b28ecbe4e300fc67389e4def3761eb6</id>
<content type='text'>
* fix: some replies are removed from global timeline

* refactor: 各チャンネルのミュートとブロックの処理をまとめる

* fix: リノートをミュートでその人のノートのリノートをミュートしていたを修正

* refactor: isPureRenotePackedを他のところでも使う

* docs(changelog): CHANGELOGを更新

* test: withReplies = falseでフォローしてる人によるリプライが流れてくる

* test: ノートミュートしているユーザーの通常ノートのリノートが流れてくる/含まれる</content>
</entry>
<entry>
<title>test(backend): fix streaming test error when replying to followers-only note (#13618)</title>
<updated>2024-03-24T07:46:52Z</updated>
<author>
<name>zyoshoka</name>
<email>107108195+zyoshoka@users.noreply.github.com</email>
</author>
<published>2024-03-24T07:46:52Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=a1bc8fa77b0820907399d010f56c2169f6898e8b'/>
<id>urn:sha1:a1bc8fa77b0820907399d010f56c2169f6898e8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test(backend): refactor tests (#13499)</title>
<updated>2024-03-03T11:15:35Z</updated>
<author>
<name>zyoshoka</name>
<email>107108195+zyoshoka@users.noreply.github.com</email>
</author>
<published>2024-03-03T11:15:35Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=38837bd388621f5ba49bd7bf0f657a08ec2f19c4'/>
<id>urn:sha1:38837bd388621f5ba49bd7bf0f657a08ec2f19c4</id>
<content type='text'>
* test(backend): refactor tests

* fix: failed test</content>
</entry>
<entry>
<title>fix(backend): ダイレクトなノートに対してはダイレクトでしか返信できないように (#13477)</title>
<updated>2024-02-29T11:42:02Z</updated>
<author>
<name>zyoshoka</name>
<email>107108195+zyoshoka@users.noreply.github.com</email>
</author>
<published>2024-02-29T11:42:02Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=16f16e6b0879199a78f0f9ef2da7e1e44ee8d355'/>
<id>urn:sha1:16f16e6b0879199a78f0f9ef2da7e1e44ee8d355</id>
<content type='text'>
* fix(backend): ダイレクトなノートに対してはダイレクトでしか返信できないように

* Update CHANGELOG.md

* test(backend): `notes/create`とWebSocket関連のテストを追加</content>
</entry>
<entry>
<title>fix(backend): リノート時のHTLへのストリーミングの意図しない挙動を修正 (#13425)</title>
<updated>2024-02-28T08:43:17Z</updated>
<author>
<name>zyoshoka</name>
<email>107108195+zyoshoka@users.noreply.github.com</email>
</author>
<published>2024-02-28T08:43:17Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=664aeb3ced65f3911c8a21c2d5ffbd1035aec31a'/>
<id>urn:sha1:664aeb3ced65f3911c8a21c2d5ffbd1035aec31a</id>
<content type='text'>
* fix(backend): リノート時のストリーミングの意図しない挙動を修正

* Update CHANGELOG.md

* fix: 不要な返り値

* fix: 不適切な条件分岐を修正

* test(backend): add htl tests

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>(re)  update SPDX-FileCopyrightText</title>
<updated>2024-02-13T15:59:27Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:59:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c1514ce91dc08481a092a789ee37da546cdb4583'/>
<id>urn:sha1:c1514ce91dc08481a092a789ee37da546cdb4583</id>
<content type='text'>
Fix  #13290
</content>
</entry>
<entry>
<title>Revert "update SPDX-FileCopyrightText"</title>
<updated>2024-02-13T15:50:11Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:50:11Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=311c2172d7bc861d915a28650684a1587ecb4695'/>
<id>urn:sha1:311c2172d7bc861d915a28650684a1587ecb4695</id>
<content type='text'>
This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
</content>
</entry>
<entry>
<title>update SPDX-FileCopyrightText</title>
<updated>2024-02-12T02:37:45Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2024-02-12T02:37:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=9b5aeb76d8c9372d67058c512597152b6bf222f2'/>
<id>urn:sha1:9b5aeb76d8c9372d67058c512597152b6bf222f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enhance(backend): テストの高速化 (#12939)</title>
<updated>2024-01-08T08:43:52Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2024-01-08T08:43:52Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=35ec41fc1eddd7ebf5552e6f0bceebfbfa077a21'/>
<id>urn:sha1:35ec41fc1eddd7ebf5552e6f0bceebfbfa077a21</id>
<content type='text'>
* enhance(backend): テストの高速化

* add ls

* 自動的にマージされるようなので不要

* 起動方法を揃える

* fix test</content>
</entry>
</feed>
