chore: generate
This commit is contained in:
@@ -1102,12 +1102,14 @@ export default function Page() {
|
|||||||
visibleUserMessages().length
|
visibleUserMessages().length
|
||||||
store.turnStart
|
store.turnStart
|
||||||
|
|
||||||
const targetId = pendingMessage() ?? (() => {
|
const targetId =
|
||||||
const hash = window.location.hash.slice(1)
|
pendingMessage() ??
|
||||||
const match = hash.match(/^message-(.+)$/)
|
(() => {
|
||||||
if (!match) return undefined
|
const hash = window.location.hash.slice(1)
|
||||||
return match[1]
|
const match = hash.match(/^message-(.+)$/)
|
||||||
})()
|
if (!match) return undefined
|
||||||
|
return match[1]
|
||||||
|
})()
|
||||||
if (!targetId) return
|
if (!targetId) return
|
||||||
if (store.messageId === targetId) return
|
if (store.messageId === targetId) return
|
||||||
|
|
||||||
|
|||||||
@@ -231,6 +231,9 @@
|
|||||||
"url": {
|
"url": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"override": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
@@ -5796,6 +5799,9 @@
|
|||||||
"url": {
|
"url": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"override": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user