feat(plugin): add session request hook (#35794)
This commit is contained in:
parent
e25a724bc2
commit
4f976bcf1a
124 changed files with 7743 additions and 5620 deletions
|
|
@ -134,7 +134,7 @@ if (sessionListTypesPatched === logTypesPatched) {
|
|||
throw new Error("Session list numeric query patch did not apply")
|
||||
}
|
||||
const sessionMessagesTypesPatched = sessionListTypesPatched.replace(
|
||||
/(export type V2SessionMessagesData = \{[\s\S]*?query\?: \{[\s\S]*?limit\?: )string( \| null)/,
|
||||
/(export type V2MessageListData = \{[\s\S]*?query\?: \{[\s\S]*?limit\?: )string( \| null)/,
|
||||
"$1number$2",
|
||||
)
|
||||
if (sessionMessagesTypesPatched === sessionListTypesPatched) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue