From 2691d4925bf9f0ce90185bee66c064ddae68430d Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 22 Jun 2016 14:07:24 +0100 Subject: [PATCH] s/currently_online/currently_active/ --- api/client-server/presence.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/presence.yaml b/api/client-server/presence.yaml index fc47029c..4f637698 100644 --- a/api/client-server/presence.yaml +++ b/api/client-server/presence.yaml @@ -54,7 +54,7 @@ paths: status_msg: type: string description: "The status message to attach to this state." - currently_online: + currently_active: type: boolean description: "Whether the user is currently active" required: ["presence"]