mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix poe
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
subscription MessageDeletedSubscription($chatId: BigInt!) {
|
||||
messageDeleted(chatId: $chatId) {
|
||||
id
|
||||
messageId
|
||||
}
|
||||
subscription subscriptions_messageDeleted_Subscription(
|
||||
$chatId: BigInt!
|
||||
) {
|
||||
messageDeleted(chatId: $chatId) {
|
||||
id
|
||||
messageId
|
||||
}
|
||||
}
|
||||
|
@@ -62,6 +62,13 @@ fragment SubscriptionMessageLimitExplanation_viewer on Viewer {
|
||||
|
||||
fragment WebSubscriptionPaywall_viewer on Viewer {
|
||||
...SubscriptionMessageLimitExplanation_viewer
|
||||
webSubscriptionPriceInfo {
|
||||
monthlyPrice
|
||||
yearlyPrice
|
||||
yearlyPricePerMonth
|
||||
yearlyPercentageSavings
|
||||
id
|
||||
}
|
||||
}
|
||||
|
||||
fragment WebSubscriptionSuccessMessage_viewer on Viewer {
|
||||
|
Reference in New Issue
Block a user