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