niri-la / misskey.niri.la

🌎 An interplanetary microblogging platform 🚀
GNU Affero General Public License v3.0
12 stars 1 forks source link

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

Closed anatawa12 closed 3 months ago

anatawa12 commented 3 months ago

What

Why

Additional info (optional)

Checklist

github-actions[bot] commented 3 months ago

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

差分はこちら ```diff --- 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 commented 3 months ago

CIとおったしよし!