mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-06-22 08:17:58 +09:00
Fix bug
This commit is contained in:
parent
e7152ddeec
commit
9ef87837fc
@ -367,7 +367,7 @@ class Session {
|
|||||||
json: {
|
json: {
|
||||||
i: config.i,
|
i: config.i,
|
||||||
text: text,
|
text: text,
|
||||||
renoteId: renote ? renote.id : null
|
renoteId: renote ? renote.id : undefined
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user