forked from misskey-dev/misskey
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# CHANGELOG about VRTL | ||
|
||
This file lists changes to VRTL Generic Branch. | ||
VRTLのブランチで行われた変更点をまとめています | ||
|
||
<!-- VV Please add changelog here VV --> | ||
- Fix VRTL/VSTL is not avaiable on timeline widgets | ||
- Fix replies to me are not included in V\[RS]TL if withReplies is disabled. | ||
- Add `vmimiRelayTimelineImplemented` and `disableVmimiRelayTimeline` to nodeinfo | ||
- fix(frontend): ウィジェットでVRTL/VSTLが使用できない問題を修正 | ||
- fix(backend): 自分自身に対するリプライがwithReplies = falseなVRTL/VSTLにて含まれていない問題を修正 | ||
- feat(backend): `vmimiRelayTimelineImplemented` と `disableVmimiRelayTimeline` nodeinfo に追加しました | ||
- これによりサードパーティクライアントがVRTLの有無を認知できるようになりました。 |