<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/models/json-schema, 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>2026-01-14T05:45:45Z</updated>
<entry>
<title>refactor(frontend): anyを除去2 (#17092)</title>
<updated>2026-01-14T05:45:45Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-01-14T05:45:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=bd81a6c8adb45067bee9582f84855a60a962e92b'/>
<id>urn:sha1:bd81a6c8adb45067bee9582f84855a60a962e92b</id>
<content type='text'>
* wip

* fix types

* fix</content>
</entry>
<entry>
<title>refactor(frontend): MkRadiosの指定をpropsから行うように (#16597)</title>
<updated>2026-01-14T05:02:50Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2026-01-14T05:02:50Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b941c896aa5512240de9121a1850d55aa5f8b68b'/>
<id>urn:sha1:b941c896aa5512240de9121a1850d55aa5f8b68b</id>
<content type='text'>
* refactor(frontend): MkRadiosの指定をpropsから行うように

* spdx

* fix lint

* fix: mkradiosを動的slotsに対応させる

* fix: remove comment [ci skip]

* fix lint

* fix lint

* migrate

* rename

* fix

* fix

* fix types

* remove unused imports

* fix

* wip

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>refactor: make noImplicitAny true (#17083)</title>
<updated>2026-01-09T13:06:40Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2026-01-09T13:06:40Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=41592eafb363e3c62ab2d3e5f41b38d7d083d3fb'/>
<id>urn:sha1:41592eafb363e3c62ab2d3e5f41b38d7d083d3fb</id>
<content type='text'>
* wip

* Update emojis.emoji.vue

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update manager.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update analytics.ts</content>
</entry>
<entry>
<title>fix tuype</title>
<updated>2025-11-07T04:02:46Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-11-07T04:02:46Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=edbe30a3df3ca4e2255f7532d26348fda942e5d3'/>
<id>urn:sha1:edbe30a3df3ca4e2255f7532d26348fda942e5d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix type</title>
<updated>2025-11-07T03:53:28Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-11-07T03:53:28Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=4dcff123dffb5cbae81b5daec51706b93d4a9957'/>
<id>urn:sha1:4dcff123dffb5cbae81b5daec51706b93d4a9957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: チャンネルミュートの実装 (#14105)</title>
<updated>2025-11-06T23:39:21Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2025-11-06T23:39:21Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=729abbef621aea5b8b697644181915935b74bbf8'/>
<id>urn:sha1:729abbef621aea5b8b697644181915935b74bbf8</id>
<content type='text'>
* add channel_muting table and entities

* add channel_muting services

* タイムライン取得処理への組み込み

* misskey-jsの型とインターフェース生成

* Channelスキーマにミュート情報を追加

* フロントエンドの実装

* 条件が逆だったのを修正

* 期限切れミュートを掃除する機能を実装

* TLの抽出条件調節

* 名前の変更と変更不要の差分をロールバック

* 修正漏れ

* isChannelRelatedの条件に誤りがあった

* [wip] テスト追加

* テストの追加と検出した不備の修正

* fix test

* fix CHANGELOG.md

* 通常はFTTにしておく

* 実装忘れ対応

* fix merge

* fix merge

* add channel tl test

* fix CHANGELOG.md

* remove unused import

* fix lint

* fix test

* fix favorite -&gt; favorited

* exclude -&gt; include

* fix CHANGELOG.md

* fix CHANGELOG.md

* maintenance

* fix CHANGELOG.md

* fix

* fix ci

* regenerate

* fix

* Revert "fix"

This reverts commit 699d50c6ec798777d8e9667cb5d45a26b06bfc93.

* fixed

---------

Co-authored-by: syuilo &lt;4439005+syuilo@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>feat: scheduled post (#16577)</title>
<updated>2025-09-26T06:29:52Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-09-26T06:29:52Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=d1446d195abb52c560c7c97177d08103a175acf7'/>
<id>urn:sha1:d1446d195abb52c560c7c97177d08103a175acf7</id>
<content type='text'>
* Update NoteDraft.ts

* Update NoteDraft.ts

* wip

* Update CHANGELOG.md

* wip

* Update PostScheduledNoteProcessorService.ts

* Update PostScheduledNoteProcessorService.ts

* Update Notification.ts

* wip

* Update NoteDraftService.ts

* Update NoteDraftService.ts

* Update NoteDraftService.ts

* wip

* Create 1758677617888-scheduled-post.js

* Update index.d.ts

* Update stats.ts

* wip

* wip

* wip

* wip

* wip

* Update MkNotification.vue

* wip

* wip

* wip

* Update NoteDraftService.ts

* Update NoteDraftService.ts

* wip

* wip

* Update NoteDraftEntityService.ts

* wip

* Update index.d.ts

* Update MkPostForm.vue

* wip

* wip

* wip

* Update NoteCreateService.ts

* wip

* wip

* wip

* Update NoteDraftEntityService.ts

* Update NoteCreateService.ts

* Update NoteDraftService.ts

* wip

* Update NoteDraftService.ts

* wip

* wip

* Update MkPostForm.vue

* wip

* Update MkPostForm.vue

* Update os.ts

* wip

* Update MkNoteDraftsDialog.vue</content>
</entry>
<entry>
<title>enhance: 広告ごとにセンシティブフラグを設定できるように</title>
<updated>2025-09-14T06:25:22Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-09-14T06:25:22Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=2621f468ff7f00c79f8df6500bf17fb75595928c'/>
<id>urn:sha1:2621f468ff7f00c79f8df6500bf17fb75595928c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>そもそもnullになることはあり得なかった</title>
<updated>2025-08-28T02:39:54Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-08-28T02:39:54Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=fc1693f768ee997253da6bbc70bbbd6ed580e216'/>
<id>urn:sha1:fc1693f768ee997253da6bbc70bbbd6ed580e216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor</title>
<updated>2025-08-28T02:30:03Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-08-28T02:30:03Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=ff6f1159767808b78cc8cda45d5097e387aecece'/>
<id>urn:sha1:ff6f1159767808b78cc8cda45d5097e387aecece</id>
<content type='text'>
</content>
</entry>
</feed>
