s/currently_online/currently_active/

This commit is contained in:
Erik Johnston 2016-06-22 14:07:24 +01:00
parent 3d4d91a462
commit 2691d4925b

View file

@ -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"]