Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 応答がないインスタンスがいつから応答がなくなったかをクライアントに送信するようにしました #204

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

anatawa12
Copy link
Collaborator

@anatawa12 anatawa12 commented Jun 20, 2024

What

Why

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

Copy link

このPRによるapi.jsonの差分

差分はこちら
--- base
+++ head
@@ -78664,6 +78664,13 @@
           "isNotResponding": {
             "type": "boolean"
           },
+          "notRespondingSince": {
+            "type": [
+              "string",
+              "null"
+            ],
+            "format": "date-time"
+          },
           "isSuspended": {
             "type": "boolean"
           },
@@ -78776,6 +78783,7 @@
           "followingCount",
           "followersCount",
           "isNotResponding",
+          "notRespondingSince",
           "isSuspended",
           "suspensionState",
           "isBlocked",

Get diff files from Workflow Page

@anatawa12
Copy link
Collaborator Author

CIとおったしよし!

@anatawa12 anatawa12 merged commit 7a3f77e into niri-la:develop Jun 20, 2024
25 checks passed
@anatawa12 anatawa12 deleted the show-suspend-since branch June 20, 2024 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant