mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-29 17:06:57 +02:00
Update packages/frontend/.storybook/fakes.ts
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
parent
931a2ae113
commit
a952659858
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ export function renotedFromChannelnote(id = "somenoteId") {
|
|||
}
|
||||
|
||||
// チャンネルへRenoteされたTLのNoteは renoteにnoteを入れる ベースはchannelNoteである
|
||||
export function renotedToChannel(id = "somenoteId"){
|
||||
export function renotedToChannel(id = "somenoteId") {
|
||||
return {
|
||||
...channelNote(),
|
||||
renote: note(),
|
||||
|
|
Loading…
Add table
Reference in a new issue